Skip to content

Commit

Permalink
build: pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Sep 12, 2024
1 parent e588848 commit 32739de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
ls -la
sed -i -e "s/^version=.\+$/version=${{ github.event.inputs.release_version }}/g" gradle.properties
git add gradle.properties
git commit -m "Release version ${{ github.event.inputs.release_version }}"
Expand Down

0 comments on commit 32739de

Please sign in to comment.