Skip to content

Commit

Permalink
chore(ci): fix release workflow (#9947)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Nov 12, 2023
1 parent dbb92e5 commit 418032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -34,6 +34,6 @@ jobs:

- name: Publish package
run: |
pnpm --filter=${{ steps.extract-tag.outputs.subpackage == 'true' && '@discordjs/' || '' }}${{ steps.extract-tag.outputs.package }} publish
pnpm --filter=${{ steps.extract-tag.outputs.subpackage == 'true' && '@discordjs/' || '' }}${{ steps.extract-tag.outputs.package }} publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 418032a

Please sign in to comment.