Skip to content

Commit 5390c3c

Browse files
Merge pull request #335 from codex-team/fix/publish_to_npm
chore: change env var
2 parents 4dbe519 + 05e84f0 commit 5390c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: '@codexteam/ui'
3535
run: yarn npm publish --access public
3636
env:
37-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3838

3939
notify:
4040
name: Notify in CodexBot

0 commit comments

Comments
 (0)