File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 # Otherwise:
3434 - name : Export Gradle Properties
3535 if : steps.check_release_drafter.outputs.has_release_drafter == 'false'
36- uses : micronaut-projects /github-actions/export-gradle-properties@master
37- - uses : micronaut-projects /github-actions/release-notes@master
36+ uses : grails /github-actions/export-gradle-properties@main
37+ - uses : grails /github-actions/release-notes@main
3838 if : steps.check_release_drafter.outputs.has_release_drafter == 'false'
3939 id : release_notes
4040 with :
4848 name : ${{ env.title }} ${{ steps.release_notes.outputs.next_version }}
4949 tag : v${{ steps.release_notes.outputs.next_version }}
5050 bodyFile : CHANGELOG.md
51- token : ${{ secrets.GH_TOKEN }}
51+ token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments