Skip to content

Commit 08a8d65

Browse files
authored
Upgrade MetaMask/action-npm-publish to v5 (#255)
1 parent 0e2bb84 commit 08a8d65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
name: publish-release-artifacts-${{ github.sha }}
5959
- name: Dry Run Publish
6060
# omit npm-token token to perform dry run publish
61-
uses: MetaMask/action-npm-publish@v4
61+
uses: MetaMask/action-npm-publish@v5
6262
with:
6363
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
6464
subteam: S042S7RE4AE # @metamask-npm-publishers
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
name: publish-release-artifacts-${{ github.sha }}
8686
- name: Publish
87-
uses: MetaMask/action-npm-publish@v2
87+
uses: MetaMask/action-npm-publish@v5
8888
with:
8989
# This `NPM_TOKEN` needs to be manually set per-repository.
9090
# Look in the repository settings under "Environments", and set this token in the `npm-publish` environment.

0 commit comments

Comments
 (0)