Skip to content

Commit

Permalink
build: pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Sep 12, 2024
1 parent ebace01 commit e588848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
git config --local user.name "GitHub Action"
git config --local user.email "action@github.com"
sed -i -e "s/^version=.\+$/version=${{ github.event.inputs.release_version }}/g" gradle.properties
git add gradle.properties
git add gradle.properties
git commit -m "Release version ${{ github.event.inputs.release_version }}"
sed -i -e "s/^version=.\+$/version=${{ github.event.inputs.snapshot_version }}/g" gradle.properties
git add gcs-sink-connector/gradle.properties gradle.properties
git add gradle.properties
git commit -m "Bump version to ${{ github.event.inputs.snapshot_version }}"
- name: Create Pull Request
Expand Down

0 comments on commit e588848

Please sign in to comment.