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 9a973db commit 9a876f0Copy full SHA for 9a876f0
.github/workflows/maven-publish.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
2
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
3
4
-name: Maven Package
+name: Publish package to GitHub Packages
5
6
on:
7
push:
@@ -32,6 +32,6 @@ jobs:
32
run: mvn -B package --file pom.xml
33
34
- name: Publish to GitHub Packages Apache Maven
35
- run: mvn deploy #-s $GITHUB_WORKSPACE/settings.xml
+ run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
36
env:
37
GITHUB_TOKEN: ${{ github.token }}
0 commit comments