Skip to content

Commit

Permalink
ci(release): include version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 1, 2024
1 parent 1ee0ac9 commit 4158fc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn

- run: yarn install --immutable

# - run: yarn lerna version --no-private --sign-git-tag --sign-git-commit --conventional-commits --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

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

0 comments on commit 4158fc6

Please sign in to comment.