Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykog authored Dec 4, 2024
1 parent b4f1b88 commit 35f25b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: node scripts/bump-version.js
- run: |
VERSION=$(node -p "require('./lerna.json').version")
gh auth setup-git
git config --global user.name 'Release'
git config --global user.email '[email protected]'
git commit -am "Bump version ($VERSION)"
Expand Down

0 comments on commit 35f25b2

Please sign in to comment.