Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Feb 15, 2024
2 parents bed9a06 + 6ea0f66 commit a5794ef
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 @@ -37,7 +37,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: node typescript/npm/beforePublish.mjs
- run: pnpm publish --access public
- run: pnpm publish --access public --no-git-checks
working-directory: typescript
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit a5794ef

Please sign in to comment.