We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7af5d commit 3378a0eCopy full SHA for 3378a0e
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: Release to GitHub Packages
2
3
on:
4
workflow_dispatch:
@@ -22,7 +22,7 @@ jobs:
22
cache: maven
23
24
- name: Publish to GitHub Packages
25
- run: mvn -B release:prepare release:perform -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn -B release:prepare release:perform
26
env:
27
GITHUB_TOKEN: ${{ github.token }}
28
0 commit comments