Skip to content

Commit

Permalink
Fix publish to NPM v2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Dec 7, 2023
1 parent 525ecf7 commit 77776b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publishWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
registry-url: https://registry.npmjs.org
- id: super-cache
uses: mangs/super-cache-action@v3
- if: steps.super-cache.outputs.cache-hit != 'true'
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}

# Task execution
- uses: mangs/simple-release-notes-action@v2
Expand Down

0 comments on commit 77776b1

Please sign in to comment.