Skip to content

Commit 7824040

Browse files
Merge pull request #29 from wiremock/jrelease-disable
Disable JReleaser in the release pipeline
2 parents ac2bef4 + 33452e0 commit 7824040

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,3 @@ jobs:
4646
run: mvn -ntp -B release:prepare release:perform
4747
env:
4848
GITHUB_TOKEN: ${{ github.token }}
49-
50-
# Create a GitHub Release
51-
# TODO (oleg-nenashev): Consider switching to Release Drafter if there is not significant value except fancy changelog
52-
# ... So far we do not plan to automate release announcements, and artifacts can be attached to the release via another step
53-
- name: Run JReleaser
54-
uses: jreleaser/release-action@v2
55-
env:
56-
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
58-
59-
# Persist JReleaser logs
60-
- name: JReleaser release output
61-
if: always()
62-
uses: actions/upload-artifact@v3
63-
with:
64-
name: jreleaser-release
65-
path: |
66-
out/jreleaser/trace.log
67-
out/jreleaser/output.properties
68-

0 commit comments

Comments
 (0)