Skip to content

Commit

Permalink
Revert "Update JS-DevTools/npm-publish action to v2 (#3336)" (#3350)
Browse files Browse the repository at this point in the history
Attempting to fix failure to publish to NPM due to an "invalid token"
error https://github.com/matrix-org/matrix-js-sdk/actions/runs/4926808655/jobs/8819822367 .

This reverts commit ca9263f.
  • Loading branch information
andybalaam authored May 10, 2023
1 parent cc065c2 commit 73ca9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: 🚀 Publish to npm
id: npm-publish
uses: JS-DevTools/npm-publish@0be441d808570461daedc3fb178405dbcac54de0 # v2
uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
Expand Down

0 comments on commit 73ca9c9

Please sign in to comment.