Skip to content

Commit

Permalink
ci(release): fix version apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 30, 2024
1 parent 689d3aa commit 5e4db73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

- run: yarn install --immutable

- run: yarn version check

- run: yarn version apply
- run: |
yarn version check
yarn version apply --all
- run: |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git commit -am "build(package): bump versions"
git commit -am "build(packages): apply versions"
git push
- run: |
Expand Down

0 comments on commit 5e4db73

Please sign in to comment.