Skip to content

Commit f5fa0da

Browse files
Update .github/workflows/release.yml
1 parent 6735629 commit f5fa0da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
shell: bash
4040
run: |
4141
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT
42-
echo ${{ github.event.inputs.version }} > VERSION
4342
mvn versions:set -DnewVersion=${{ github.event.inputs.version }}-SNAPSHOT
4443
git commit -m "Releasing version ${{ github.event.inputs.version }}" pom.xml
4544
git push origin main

0 commit comments

Comments
 (0)