Skip to content

Commit 33452e0

Browse files
Disable JReleaser for now
Currently we use Release Drafter for changelogs, and we do not need to attach artifacts to the release since we use GitHub Packages. I will disable the code for now, and restore once we start using JReleaser for something else like announcements
1 parent ac2bef4 commit 33452e0

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)