Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove authored Dec 22, 2023
1 parent 0cbf74c commit 643e0d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
scope: '@fizzbuds'
cache: 'pnpm'

- name: Increase patch and commit
Expand All @@ -82,9 +84,9 @@ jobs:
run: pnpm install --no-frozen-lockfile

- name: Build and Publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Push Commit
run: git push --follow-tags

0 comments on commit 643e0d7

Please sign in to comment.