Skip to content

Commit 30d0e36

Browse files
chore: vite 8 migration
1 parent 5ad301a commit 30d0e36

6 files changed

Lines changed: 159 additions & 237 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
- name: 🔐 Setup npm auth
8989
if: steps.bump.outputs.should_publish == 'true'
9090
env:
91-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
91+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
9292
run: |
9393
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
9494
npm whoami
9595
9696
- name: 📤 Publish to npm
9797
if: steps.bump.outputs.should_publish == 'true'
9898
env:
99-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
100100
run: npm publish --access public

0 commit comments

Comments
 (0)