Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Amith Koujalgi committed Mar 1, 2024
1 parent 1031c8c commit e4e1d04
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 @@ -34,7 +34,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build with Maven
run: mvn -B -Drevision=${{ env.RELEASE_VERSION }} clean package --file pom.xml
run: mvn -B -Drevision=${{ env.RELEASE_VERSION }} clean package --file pom.xml -Pproduction

- name: Release Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e4e1d04

Please sign in to comment.