Skip to content

Commit

Permalink
Merge pull request #109 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 913b276 + e0ba503 commit 69579c8
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 --omit=dev
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 69579c8

Please sign in to comment.