Skip to content

Commit 8a096ab

Browse files
committed
min
1 parent 53322e5 commit 8a096ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737
with:
38-
ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'master' }
38+
ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'master' }}
3939

4040
create-tag:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)