We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34072 commit 22e5106Copy full SHA for 22e5106
1 file changed
.github/workflows/set-version.yml
@@ -23,11 +23,11 @@ jobs:
23
24
- name: Set SQLite version in VERSION
25
run: |
26
- echo "version=${{ inputs.new_version }}" >> VERSION
+ echo "version=${{ inputs.new_version }}" > VERSION
27
28
- name: Update version in POM
29
30
- mvn versions:set -DnewVersion=${{ inputs.new_version }}.0-SNAPSHOT -DgenerateBackupPoms=false
+ mvn --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ inputs.new_version }}.0-SNAPSHOT -DgenerateBackupPoms=false
31
32
- run: git status
33
- run: |
0 commit comments