Skip to content

Commit

Permalink
Merge pull request #29 from wiremock/jrelease-disable
Browse files Browse the repository at this point in the history
Disable JReleaser in the release pipeline
  • Loading branch information
oleg-nenashev authored Apr 30, 2023
2 parents ac2bef4 + 33452e0 commit 7824040
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,3 @@ jobs:
run: mvn -ntp -B release:prepare release:perform
env:
GITHUB_TOKEN: ${{ github.token }}

# Create a GitHub Release
# TODO (oleg-nenashev): Consider switching to Release Drafter if there is not significant value except fancy changelog
# ... So far we do not plan to automate release announcements, and artifacts can be attached to the release via another step
- name: Run JReleaser
uses: jreleaser/release-action@v2
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}

# Persist JReleaser logs
- name: JReleaser release output
if: always()
uses: actions/upload-artifact@v3
with:
name: jreleaser-release
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties

0 comments on commit 7824040

Please sign in to comment.