Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jan 12, 2025
1 parent 1cf2084 commit 673e502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
if: github.event_name == 'push' && github.ref_name == 'main'
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22.11.0
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
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 673e502

Please sign in to comment.