Skip to content

Commit

Permalink
fix: no git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
porkytheblack committed Jun 6, 2023
1 parent 926b2b5 commit e89282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install -g pnpm
- run: cd packages/mpesa && pnpm install && pnpm run build
- run: cd packages/mpesa && pnpm publish
- run: cd packages/mpesa && pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit e89282c

Please sign in to comment.