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 7c1dea7 commit f08f25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ runs:
run: |
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
pnpm install --frozen-lockfile
pnpm run generate
pnpm run build
pnpm publish --tag latest --no-git-checks --access=public

0 comments on commit f08f25e

Please sign in to comment.