Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Sep 9, 2024
1 parent 1987423 commit 231954d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,4 @@ jobs:
- run: npx changelogithub
if: steps.check_version.outputs.tag == 'latest'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Publish to npm
run: pnpm -r publish --access public --no-git-checks --tag ${{steps.check_version.outputs.tag}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 231954d

Please sign in to comment.