Skip to content

Commit 4a394a2

Browse files
author
issayah
committed
ci: fix the damn ci
1 parent 2c1de68 commit 4a394a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
if: ${{ steps.release.outputs.releases_created }}
6161

6262
- name: Set publishing config
63-
run: pnpm config set '//registry.npmjs.org/:_authToken' "${secrets.NPM_TOKEN}"
63+
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
64+
env:
65+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
66+
6467

6568
- name: Publish
6669
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public

0 commit comments

Comments
 (0)