Skip to content

Commit

Permalink
Merge pull request #94 from FlowFuse/feat-npm-publish-bump
Browse files Browse the repository at this point in the history
Update npm-publish action version to v2
  • Loading branch information
hardillb authored Dec 1, 2023
2 parents 9b4367f + a3bd9b0 commit 817e568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
access: public

0 comments on commit 817e568

Please sign in to comment.