Skip to content

Commit 693e330

Browse files
committed
chore: add npm authentication configuration to GitHub Actions workflow
1 parent 0b7a4df commit 693e330

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Build packages
3030
run: pnpm -r --filter @native-ui-org/primitives run build
3131

32+
- name: Configure npm auth
33+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
34+
3235
- name: Version or Publish
3336
uses: changesets/action@v1
3437
with:

0 commit comments

Comments
 (0)