Skip to content

Commit acfebdf

Browse files
committed
fix: attempt to make release working
1 parent 7fa2145 commit acfebdf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ permissions:
3636

3737
env:
3838
JAVA_VERSION: '8'
39-
MAVEN_CLI_OPTS: '-B -ntp'
4039

4140
jobs:
4241
release:
@@ -86,14 +85,14 @@ jobs:
8685
# push any changes back to the repo.
8786
- name: Set project version to match tag
8887
run: |
89-
mvn ${MAVEN_CLI_OPTS} \
88+
mvn \
9089
versions:set \
9190
-DnewVersion="${{ steps.version.outputs.version_no_v }}" \
9291
-DgenerateBackupPoms=false
9392
9493
# ── Build --------------------------------------------------------------
9594
- name: Build & run tests
96-
run: mvn ${MAVEN_CLI_OPTS} clean verify
95+
run: mvn clean verify
9796

9897
# ── GitHub Release ----------------------------------------------------
9998
- name: Create GitHub Release

0 commit comments

Comments
 (0)