Skip to content

Commit cb63acb

Browse files
authored
Update maven.yml
1 parent 4712dab commit cb63acb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ jobs:
2929
cache: maven
3030
- name: Build with Maven
3131
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 }}
3236

0 commit comments

Comments
 (0)