Skip to content

Commit 3c0ea14

Browse files
committed
use npm token
1 parent 4870715 commit 3c0ea14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snapshot-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
run: npm run compile
5151

5252
- name: Publish snapshot packages
53-
# env:
54-
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53+
env:
54+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5555
run: |
5656
git diff
5757

0 commit comments

Comments
 (0)