Skip to content

Commit

Permalink
build: remove if statement from NPM workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
li0ard committed Feb 5, 2025
1 parent 354c5d4 commit 55fd4a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: bun run build

- name: Publish package
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
Expand Down

0 comments on commit 55fd4a4

Please sign in to comment.