Skip to content

Commit

Permalink
ci(release): force yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 1, 2024
1 parent 4158fc6 commit cb58048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: yarn install --immutable

- run: yarn lerna version minor --no-private --sign-git-tag --sign-git-commit --conventional-commits --create-release github --generate-release-notes --force-publish
- run: yarn lerna version minor --no-private --sign-git-tag --sign-git-commit --conventional-commits --create-release github --generate-release-notes --force-publish --y

- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
Expand Down

0 comments on commit cb58048

Please sign in to comment.