mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 01:53:55 +00:00
switching the order of the checkout and branch check to solve cli release isssue (#3016)
This commit is contained in:
6
.github/workflows/release-web.yml
vendored
6
.github/workflows/release-web.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
release_version: ${{ steps.version.outputs.version }}
|
||||
tag_version: ${{ steps.version.outputs.tag }}
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
||||
|
||||
- name: Branch check
|
||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||
run: |
|
||||
@@ -32,9 +35,6 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
|
||||
|
||||
- name: Check Release Version
|
||||
id: version
|
||||
uses: bitwarden/gh-actions/release-version-check@8f055ef543c7433c967a1b9b04a0f230923233bb
|
||||
|
||||
Reference in New Issue
Block a user