Skip to content

Commit

Permalink
Merge pull request #78 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 8420b24 + 4739432 commit 77ef5ad
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 77ef5ad

Please sign in to comment.