Skip to content

Commit

Permalink
Removing dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Afrouper committed Feb 6, 2022
1 parent f36c190 commit ffa51ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: 'Release with JReleaser'
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B --file pom.xml "-DreleaseVersion=${{ github.event.inputs.version }}" -Prelease -Djreleaser.dry.run=true -DartifactsDir=artifacts jreleaser:full-release
run: mvn -B --file pom.xml "-DreleaseVersion=${{ github.event.inputs.version }}" -Prelease -DartifactsDir=artifacts jreleaser:full-release

- name: JReleaser output
if: always()
Expand Down

0 comments on commit ffa51ee

Please sign in to comment.