Skip to content

Commit

Permalink
Oops, forgot the release profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nullterminated committed Jan 1, 2025
1 parent 2f96b86 commit 86e83cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
GITHUB_REPO: ${{ github.repository }}

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

0 comments on commit 86e83cf

Please sign in to comment.