1
0
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:
Joseph Flinn
2022-06-30 10:26:35 -07:00
committed by GitHub
parent e51f1551d1
commit af2523aa6f
4 changed files with 12 additions and 12 deletions

View File

@@ -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