Skip to content

Commit 22e5106

Browse files
committed
ci: set-version fix VERSION
1 parent 4c34072 commit 22e5106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/set-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Set SQLite version in VERSION
2525
run: |
26-
echo "version=${{ inputs.new_version }}" >> VERSION
26+
echo "version=${{ inputs.new_version }}" > VERSION
2727
2828
- name: Update version in POM
2929
run: |
30-
mvn versions:set -DnewVersion=${{ inputs.new_version }}.0-SNAPSHOT -DgenerateBackupPoms=false
30+
mvn --batch-mode --no-transfer-progress versions:set -DnewVersion=${{ inputs.new_version }}.0-SNAPSHOT -DgenerateBackupPoms=false
3131
3232
- run: git status
3333
- run: |

0 commit comments

Comments
 (0)