Skip to content

Commit

Permalink
Merge pull request #234 from FlowFuse/dependabot/github_actions/JS-De…
Browse files Browse the repository at this point in the history
…vTools/npm-publish-3

Bump JS-DevTools/npm-publish from 2 to 3
  • Loading branch information
hardillb authored Jul 8, 2024
2 parents 09f7a02 + fec63d8 commit fb5956f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 16
- run: npm install
- name: Publish launcher
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Checkout Node-RED
Expand All @@ -28,7 +28,7 @@ jobs:
run: rm -rf node-red
- name: Publish Theme
continue-on-error: true
uses: JS-DevTools/npm-publish@v2
uses: JS-DevTools/npm-publish@v3
with:
package: lib/theme
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit fb5956f

Please sign in to comment.