Skip to content

Commit f2e929d

Browse files
committed
fix release workflow
1 parent eb00010 commit f2e929d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/PublishRelease.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
restore-keys: ${{ runner.os }}-m2
2828

2929
- name: Publish
30-
run: mvn -P github --file pom.xml publish
30+
run: mvn --batch-mode -P github --file pom.xml deploy
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)