Skip to content

Commit 6e885d7

Browse files
committed
remove comment gha release
1 parent a711ce1 commit 6e885d7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release_central.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ jobs:
100100
sed -i '/static final String VERSION/s/".*"/"${{ inputs.next_version }}"/' java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
101101
git commit -m "bump version" -a
102102
git push origin ${{ inputs.branch }}
103-
# git commit -m "bump version" -a
104-
# git push origin ${{ inputs.branch }}
105-
# temporarily pushing bump version changes to PR until support for ephemeral token is complete
106103
target_branch="version-bump-to-${{ inputs.next_version }}"
107104
git checkout -B "$target_branch"
108105
git add -A

0 commit comments

Comments
 (0)