Skip to content

Commit

Permalink
add git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoan Nguyen committed Aug 6, 2024
1 parent 37bc920 commit bbc883d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
xml ed -L -u "//_:project/_:version" -v "${{ inputs.release_version }}" $POM_FILE
sed -i 's/"version": "[^"]*"/"version": "${{ inputs.release_version }}"/' $PACKAGE_FILE
git commit -m "Update version to ${{ inputs.release_version }}"
git tag ${{ inputs.release_version }}
git push origin ${{ inputs.release_version }}
Expand Down

0 comments on commit bbc883d

Please sign in to comment.