Skip to content

Commit

Permalink
Disable JReleaser for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
oleg-nenashev authored Apr 30, 2023
1 parent ac2bef4 commit 33452e0
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 33452e0

Please sign in to comment.