Skip to content

Commit

Permalink
Merge pull request #14 from koinos/fix-publish
Browse files Browse the repository at this point in the history
Fix publish workflow
  • Loading branch information
sgerbino authored Mar 29, 2024
2 parents 6e60eaa + 1d44da9 commit fb8c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: JS-DevTools/npm-publish@v3
strategy: upgrade
with:
strategy: upgrade
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit fb8c53a

Please sign in to comment.