Skip to content

Commit

Permalink
update: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arihanv committed Jun 11, 2024
1 parent f5787f0 commit 8443247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- uses: oven-sh/setup-bun@v1

- name: 'Automated Version Bump'
id: version-bump
Expand All @@ -31,6 +31,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: bun install
- run: bun run build
- run: bun run publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8443247

Please sign in to comment.