Skip to content

Commit

Permalink
restore npm authentication (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
callicles authored Jan 7, 2024
1 parent 7bc8802 commit c1895bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ jobs:
with:
version: 8

- name: Login GSAP
shell: bash
run: |
pnpm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- name: Install node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c1895bf

Please sign in to comment.