Skip to content

Commit

Permalink
NPM RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 2, 2023
1 parent fe5130e commit dc277fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
contents: "read"
packages: "write"

env:
NODE_AUTH_TOKEN: ${{ secrets.GH_CUSTOM_TOKEN }}

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -31,3 +28,5 @@ jobs:
- run: npm publish
if: startsWith(github.ref, 'refs/tags/v')
working-directory: ./dist
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_CUSTOM_TOKEN }}

0 comments on commit dc277fd

Please sign in to comment.