Skip to content

Commit 9465c1c

Browse files
authored
Fix: Package publish (#188)
Signed-off-by: Evaldo Felipe <[email protected]>
1 parent 64dbc8d commit 9465c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- run: yarn
1616
- run: yarn publish
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)