Skip to content

Commit

Permalink
[LOCAL][RN][CI] Fix logis to set latests tag on Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Aug 15, 2024
1 parent a3187bb commit fc979c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
GIT_PAGER=cat git show HEAD
- name: Update "latest" tag if needed
shell: bash
if: ${{ inputs.tag == 'latest' }}
if: ${{ inputs.is_latest_on_npm == 'true' }}
run: |
git tag -d "latest"
git push origin :latest
Expand Down

0 comments on commit fc979c8

Please sign in to comment.