Skip to content

Commit

Permalink
build: added profile to mvn build in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tihawk committed Sep 25, 2024
1 parent 7a61ee8 commit 49a0dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/tag-changelog-config.js
- name: Build full jar
run: ./mvnw compile assembly:single
run: ./mvnw compile assembly:single -Dprod
- name: Create release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit 49a0dc2

Please sign in to comment.