Skip to content

Commit

Permalink
fix: 🐛 github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mazshakibaii committed Nov 5, 2024
1 parent e690384 commit e37da42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build and Publish to NPM
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create GitHub Release
Expand Down

0 comments on commit e37da42

Please sign in to comment.