File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments