Skip to content

Commit

Permalink
fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
sepbot committed Oct 8, 2024
1 parent 8f4536f commit bb65528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ runs:
NODE_AUTH_TOKEN: ${{github.event.inputs.node-auth-token}}
- run: pnpm publish --tag latest --no-git-checks --access=public
shell: bash
env:
NODE_AUTH_TOKEN: ${{github.event.inputs.node-auth-token}}

0 comments on commit bb65528

Please sign in to comment.