Skip to content

Commit 9cfacf1

Browse files
committed
remove wrongly duplicated lines gha release
1 parent 6e885d7 commit 9cfacf1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
git push origin tag v${{ inputs.version }}
9999
echo ${{ inputs.next_version }} > config/version.txt
100100
sed -i '/static final String VERSION/s/".*"/"${{ inputs.next_version }}"/' java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
101-
git commit -m "bump version" -a
102-
git push origin ${{ inputs.branch }}
103101
target_branch="version-bump-to-${{ inputs.next_version }}"
104102
git checkout -B "$target_branch"
105103
git add -A

0 commit comments

Comments
 (0)