Skip to content

Commit 4c0fdb1

Browse files
committed
feat: add NPM_AUTH_TOKEN env
1 parent 055cb34 commit 4c0fdb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- name: Publish
3939
if: ${{ steps.versioning.outputs.hasChangesets == 'true' }}
4040
run: yarn publish
41+
env:
42+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4143

4244
- name: Push tags
4345
if: ${{ steps.versioning.outputs.hasChangesets == 'true' }}

0 commit comments

Comments
 (0)