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 6735629 commit f5fa0daCopy full SHA for f5fa0da
.github/workflows/release.yml
@@ -39,7 +39,6 @@ jobs:
39
shell: bash
40
run: |
41
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
42
- echo ${{ github.event.inputs.version }} > VERSION
43
mvn versions:set -DnewVersion=${{ github.event.inputs.version }}-SNAPSHOT
44
git commit -m "Releasing version ${{ github.event.inputs.version }}" pom.xml
45
git push origin main
0 commit comments