We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4712dab commit cb63acbCopy full SHA for cb63acb
1 file changed
.github/workflows/maven.yml
@@ -29,4 +29,8 @@ jobs:
29
cache: maven
30
- name: Build with Maven
31
run: mvn -B package --file pom.xml
32
+ - name: Publish to GitHub Packages Apache Maven
33
+ run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
34
+ env:
35
+ GITHUB_TOKEN: ${{ github.token }}
36
0 commit comments