Skip to content

Commit 94e26b1

Browse files
committed
fix release_central gha push tag
1 parent 40f6d0a commit 94e26b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
git config user.name "$GIT_USER"
9292
git config user.email "$GIT_MAIL"
9393
git tag v${{ inputs.version }}
94-
git push origin v${{ inputs.version }}
94+
git push origin tag v${{ inputs.version }}
9595
echo ${{ inputs.version }} > config/version.txt
9696
sed -i '/static final String VERSION/s/".*"/"${{ inputs.version }}"/' java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
9797
git commit -m "bump version" -a

0 commit comments

Comments
 (0)