Skip to content

Commit 6a8b9a1

Browse files
Update npmpublish.yml
1 parent e3b3c12 commit 6a8b9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16+
env:
17+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1618
- name: Compile
1719
run: |
1820
npm cache verify
@@ -26,5 +28,3 @@ jobs:
2628
run: npm run test-pipeline
2729
- name: Publish
2830
run: npm publish
29-
env:
30-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)