Skip to content

Commit

Permalink
fix: fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
soanvig committed Aug 19, 2024
1 parent 248f1a0 commit 67ad5f8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@ jobs:
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v4
if: ${{ steps.release.outputs.release_created }}
with:
node-version: 21
registry-url: 'https://registry.npmjs.org'
- uses: pnpm/action-setup@v4
if: ${{ steps.release.outputs.release_created }}
with:
version: 9
- uses: extractions/setup-just@v2
if: ${{ steps.release.outputs.release_created }}
- uses: hustcer/setup-nu@v3
if: ${{ steps.release.outputs.release_created }}
with:
version: '0.96.1'
- run: just publish
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 67ad5f8

Please sign in to comment.