We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6d0a commit 94e26b1Copy full SHA for 94e26b1
1 file changed
.github/workflows/release_central.yml
@@ -91,7 +91,7 @@ jobs:
91
git config user.name "$GIT_USER"
92
git config user.email "$GIT_MAIL"
93
git tag v${{ inputs.version }}
94
- git push origin v${{ inputs.version }}
+ git push origin tag v${{ inputs.version }}
95
echo ${{ inputs.version }} > config/version.txt
96
sed -i '/static final String VERSION/s/".*"/"${{ inputs.version }}"/' java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
97
git commit -m "bump version" -a
0 commit comments