We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53322e5 commit 8a096abCopy full SHA for 8a096ab
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Checkout
36
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37
with:
38
- ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'master' }
+ ref: ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'master' }}
39
40
create-tag:
41
runs-on: ubuntu-latest
0 commit comments