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.
SKIP_PREPACK
1 parent f676ef6 commit 3fa9177Copy full SHA for 3fa9177
1 file changed
.github/workflows/publish-release.yml
@@ -50,13 +50,10 @@ jobs:
50
with:
51
name: publish-release-artifacts-${{ github.sha }}
52
- name: Dry Run Publish
53
- # omit npm-token token to perform dry run publish
54
uses: MetaMask/action-npm-publish@v5
55
56
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
57
subteam: S042S7RE4AE # @metamask-npm-publishers
58
- env:
59
- SKIP_PREPACK: true
60
61
publish-npm:
62
name: Publish to NPM
0 commit comments