Skip to content

Commit

Permalink
Merge pull request #3155 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 committed Dec 1, 2023
2 parents b38e134 + a2b9f35 commit 127faad
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 @@ -18,7 +18,7 @@ jobs:
- run: npm ci
- run: npm run build
# - run: npm run test
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Resync Maintenance
Expand Down

0 comments on commit 127faad

Please sign in to comment.