Skip to content

Commit 19010dc

Browse files
ci: fix bun publish authentication using NPM_CONFIG_TOKEN
- Remove unnecessary .npmrc configuration step - Use NPM_CONFIG_TOKEN instead of NODE_AUTH_TOKEN for bun publish - Bun requires NPM_CONFIG_TOKEN environment variable for npm auth Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 170ec21 commit 19010dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fi
8181
done
8282
env:
83-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
83+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
8484

8585
publish-dart:
8686
needs: release-please

0 commit comments

Comments
 (0)