Skip to content

Commit

Permalink
fix(workflow): ignore git branch check on release
Browse files Browse the repository at this point in the history
  • Loading branch information
barisbora committed Jun 20, 2023
1 parent 0bbcc7e commit ad6867f
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 @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: pnpm publish -r --access=public
- run: pnpm publish -r --no-git-checks --access=public
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit ad6867f

Please sign in to comment.