1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Updating the release constraints (#163)

* Updating the release constraints

* removing the master branch release ci code execution

* updating some verbiage
This commit is contained in:
Joseph Flinn
2021-10-22 08:41:09 -07:00
committed by GitHub
parent cc4f8c9f8d
commit 314adeb164

View File

@@ -11,9 +11,9 @@ jobs:
steps:
- name: Branch check
run: |
if [[ "$GITHUB_REF" != "refs/heads/rc" ]]; then
if [[ "$GITHUB_REF" != "refs/heads/release" ]]; then
echo "==================================="
echo "[!] Can only release from rc branch"
echo "[!] Can only release from the 'release' branch"
echo "==================================="
exit 1
fi
@@ -21,7 +21,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
with:
ref: rc
ref: release
- name: Retrieve Directory Connector release version
id: retrieve-version
@@ -49,7 +49,7 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
branch: rc
branch: release
- name: Create release
uses: ncipollo/release-action@95215a3cb6e6a1908b3c44e00b4fdb15548b1e09 # v2.8.5