Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Jan 7, 2024
1 parent 1f838e1 commit 8812922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- run: npm set '//npm.pkg.github.com/:_authToken=${{ secrets.GHCR_TOKEN_RW }}'
registry-url: "https://npm.pkg.github.com"
- run: npm ci --no-workspaces
- run: npm run build
- run: npm publish
- run: npm publish --tag canary # ${{ github.event.release.prerelease && 'prerelease' || 'latest' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GHCR_TOKEN_RW }}

0 comments on commit 8812922

Please sign in to comment.