Skip to content

Commit 60d8d5f

Browse files
committed
further change publishing
1 parent b203876 commit 60d8d5f

File tree

10 files changed

+737
-642
lines changed

10 files changed

+737
-642
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,5 @@ jobs:
5050
- name: Run tests
5151
run: bun run test
5252

53-
- name: Setup NPM token auth
54-
run: |
55-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
56-
5753
- name: Publish all packages
5854
run: bun run deploy
59-
env:
60-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61-
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)