Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyck committed Dec 12, 2024
1 parent ba651f8 commit 6876e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: oven-sh/[email protected]
with:
bun-version: latest
- run: bun install
- run: bun install --frozen-lockfile
- run: bun test

publish-npm:
Expand All @@ -24,7 +24,8 @@ jobs:
with:
bun-version: latest
registry-url: https://registry.npmjs.org/
- run: bun install
- run: bun install --frozen-lockfile
- run: bun add -g npm
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}

0 comments on commit 6876e45

Please sign in to comment.