We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eabe09 commit 78f1833Copy full SHA for 78f1833
.github/workflows/release-notes.yml
@@ -29,8 +29,8 @@ jobs:
29
# Otherwise:
30
- name: Export Gradle Properties
31
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
32
- uses: micronaut-projects/github-actions/export-gradle-properties@master
33
- - uses: micronaut-projects/github-actions/release-notes@master
+ uses: grails/github-actions/export-gradle-properties@main
+ - uses: grails/github-actions/release-notes@main
34
35
id: release_notes
36
with:
0 commit comments