Skip to content

Commit

Permalink
MARP-792-Wrong-input-action (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Hoan Nguyen <[email protected]>
  • Loading branch information
nqhoan-axonivy and Hoan Nguyen authored Aug 6, 2024
1 parent 79bdd13 commit 01e7a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ 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 push --delete origin ${{ inputs.release_version }} || true
git tag -d ${{ inputs.release_version }} || true
git commit -a -m "Update version to ${{ inputs.release_version }}"
git tag ${{ inputs.release_version }}
git push origin ${{ inputs.release_version }}
Expand Down

0 comments on commit 01e7a4d

Please sign in to comment.