Skip to content

Commit

Permalink
Tries to fix auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed May 8, 2024
1 parent 08f8ee0 commit a1ed8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-canary-npm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org'

- name: Setup antlr4
uses: ./.github/actions/setup-antlr4
Expand All @@ -30,4 +31,4 @@ jobs:
- name: Build and release canary package to npm
run: node ./release-canary.js
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a1ed8f3

Please sign in to comment.