Skip to content

Commit 9fe4466

Browse files
authored
ci: update env variable name for javascript package releases (#907)
1 parent c2b7113 commit 9fe4466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-javascript-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Publish packages
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
run: |
3636
for package in packages/*; do
3737
if [ -d "$package" ] && [ -f "$package/package.json" ]; then

0 commit comments

Comments
 (0)