We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2bb84 commit 08a8d65Copy full SHA for 08a8d65
.github/workflows/publish-release.yml
@@ -58,7 +58,7 @@ jobs:
58
name: publish-release-artifacts-${{ github.sha }}
59
- name: Dry Run Publish
60
# omit npm-token token to perform dry run publish
61
- uses: MetaMask/action-npm-publish@v4
+ uses: MetaMask/action-npm-publish@v5
62
with:
63
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
64
subteam: S042S7RE4AE # @metamask-npm-publishers
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Publish
87
- uses: MetaMask/action-npm-publish@v2
88
89
# This `NPM_TOKEN` needs to be manually set per-repository.
90
# Look in the repository settings under "Environments", and set this token in the `npm-publish` environment.
0 commit comments