Skip to content

Commit

Permalink
trying to get github releases to not throw a 401
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Dec 20, 2023
1 parent 146657e commit 4e10e6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: 'https://registry.npmjs.org'

- name: Build plugin
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} # Add this line
run: |
npm install
npm run build
Expand Down

0 comments on commit 4e10e6c

Please sign in to comment.