Skip to content

Commit

Permalink
Merge branch 'master' into dento/dry-run-collect-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal authored Feb 21, 2025
2 parents 58f6352 + 9478991 commit ea13a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
- publish
if: github.event_name == 'release' && github.event.action == 'published'
runs-on: buildjet-4vcpu-ubuntu-2204

environment: npm-deploy
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -315,9 +315,9 @@ jobs:
- name: Ensure NPM access
run: npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_VM }}

- name: Publish
run: pnpm -C .npm publish -r --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_VM }}

0 comments on commit ea13a69

Please sign in to comment.