Skip to content

Commit

Permalink
chore: update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 25, 2024
1 parent a525fbe commit 8ae765e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
node-version: 20
cache: npm # or pnpm / yarn
registry-url: 'https://registry.npmjs.org'
scope: '@purista'
- name: Install dependencies
run: |
rm package-lock.json # https://github.com/npm/cli/issues/4828
Expand Down Expand Up @@ -88,10 +90,6 @@ jobs:
gh pr merge ${{ steps.bump_version.outputs.new_branch }} --rebase --auto
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Publish to NPM
run: npm publish --access public --workspaces
env:
Expand Down

0 comments on commit 8ae765e

Please sign in to comment.