Skip to content

Commit

Permalink
add git add
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamahmood committed May 20, 2024
1 parent 1c7fa2c commit 3d6a963
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 @@ -49,6 +49,7 @@ jobs:
id: version
run: |
node_modules/.bin/lerna version ${{ github.event.inputs.version_type }} --yes --no-push --no-git-tag-version
git add .
git commit -m "ci(release): update packages.json and changelog [ci skip]"
git push origin ci-version-update
env:
Expand Down

0 comments on commit 3d6a963

Please sign in to comment.