Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jan 12, 2025
1 parent 0bd988d commit a97f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm version 0.0.0-alpha.${{ github.sha}} --no-git-tag-version
- run: pnpm publish --tag alpha
- run: pnpm publish --tag alpha --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a97f7bd

Please sign in to comment.