Skip to content

Commit

Permalink
chore(release): Give GitHub Actions one last chance to talk to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Oct 30, 2024
1 parent 6ec867d commit 1ef09c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -43,4 +44,4 @@ jobs:
GIT_AUTHOR_EMAIL: 'github-actions[bot]@users.noreply.github.com'
GIT_COMMITTER_NAME: 'github-actions-shell'
GIT_COMMITTER_EMAIL: 'github-actions[bot]@users.noreply.github.com'
run: 'pnpm release'
run: 'pnpm exec multi-semantic-release'

0 comments on commit 1ef09c1

Please sign in to comment.