Skip to content

Commit

Permalink
chore: fix mark as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet authored Apr 5, 2024
1 parent ee77562 commit a4ce7f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- id: npm-publish-latest
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
continue-on-error: true
run: npm publish
- id: set-dist-tag-latest
if: ${{steps.npm-publish-latest.outcome.failure}}
Expand Down

0 comments on commit a4ce7f1

Please sign in to comment.