Skip to content

Commit 6d69162

Browse files
ci: adds publishing token (#1234)
1 parent fe07d2b commit 6d69162

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ jobs:
7474
with:
7575
name: publish-release-artifacts-${{ github.sha }}
7676
- name: Publish
77-
uses: MetaMask/action-npm-publish@v4
77+
uses: MetaMask/action-npm-publish@v4
78+
with:
79+
npm-token: ${{ secrets.NPM_TOKEN }}
80+
env:
81+
SKIP_PREPACK: true

0 commit comments

Comments
 (0)