File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1717 id : check_release_drafter
1818 run : |
1919 has_release_drafter=$([ -f .github/release-drafter.yml ] && echo "true" || echo "false")
20- echo ::set-output name= has_release_drafter:: ${has_release_drafter}
20+ echo " has_release_drafter= ${has_release_drafter}" >> $GITHUB_OUTPUT
2121
2222 # If it has release drafter:
2323 -
uses :
release-drafter/[email protected] 2626 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
2727 with :
2828 prerelease : false
29- commitish : 4.0.x
30- filter-by-commitish : true
3129 # Otherwise:
32- - name : Export Gradle Properties
33- if : steps.check_release_drafter.outputs.has_release_drafter == 'false'
34- uses : micronaut-projects/github-actions/export-gradle-properties@master
3530 - uses : micronaut-projects/github-actions/release-notes@master
3631 if : steps.check_release_drafter.outputs.has_release_drafter == 'false'
3732 id : release_notes
You can’t perform that action at this time.
0 commit comments