Skip to content

Commit

Permalink
ci: merge steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sakkke committed Apr 9, 2024
1 parent 0485966 commit a9455d9
Showing 1 changed file with 3 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 @@ -22,8 +22,9 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run --if-present build
- run: bun ./dist/index.js
- run: |
bun run --if-present build
bun ./dist/index.js
- run: |
echo '//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}' >>~/.npmrc
bunx npm publish
Expand Down

0 comments on commit a9455d9

Please sign in to comment.