Skip to content

Commit

Permalink
Merge pull request #127 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 c12d5da + 5745c7b commit 2e3a51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 2e3a51d

Please sign in to comment.