We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94d447 commit 8ab64afCopy full SHA for 8ab64af
1 file changed
.github/actions/create-release/action.yml
@@ -32,7 +32,7 @@ runs:
32
GIT_PAGER=cat git show HEAD
33
- name: Update "latest" tag if needed
34
shell: bash
35
- if: ${{ inputs.tag == 'latest' }}
+ if: ${{ inputs.is_latest_on_npm == 'true' }}
36
run: |
37
git tag -d "latest"
38
git push origin :latest
0 commit comments