Skip to content

Commit fec1ef7

Browse files
committed
Random change on publish workflow ...
1 parent 8ed2ce7 commit fec1ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Publish GitHub Packages
2828
run: yarn publish --access public
2929
env:
30-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3131

3232
- name: Setup NodeJS
3333
uses: actions/setup-node@v2
@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish NPM
4040
run: yarn publish --access public
4141
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)