Skip to content

Commit 07fa945

Browse files
Merge pull request #42 from codedbychavez/fixing-token
fixing token
2 parents 0a33803 + e1aeba9 commit 07fa945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
- name: Publish
6363
run: npm publish
6464
env:
65-
NPM_PUBLISH_TOKEN: ${{ secrets.NPM_TOKEN }}
65+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)