Skip to content

Commit 86e83cf

Browse files
Oops, forgot the release profile
1 parent 2f96b86 commit 86e83cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_REPO: ${{ github.repository }}
4848

4949
- name: Publish to GitHub Packages Apache Maven
50-
run: ./mvnw -B -s $GITHUB_WORKSPACE/settings.xml -Dgithub.repository=$GITHUB_REPO -DskipTests=true deploy
50+
run: ./mvnw -B -s $GITHUB_WORKSPACE/settings.xml -Dgithub.repository=$GITHUB_REPO -DskipTests=true -P release deploy
5151
env:
5252
GITHUB_TOKEN: ${{ github.token }}
5353
GITHUB_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)