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.
2 parents d9e45fb + 23a7343 commit 25bc451Copy full SHA for 25bc451
.github/workflows/release-notes.yml
@@ -30,8 +30,8 @@ jobs:
30
# Otherwise:
31
- name: Export Gradle Properties
32
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
33
- uses: micronaut-projects/github-actions/export-gradle-properties@grails
34
- - uses: micronaut-projects/github-actions/release-notes@grails
+ uses: micronaut-projects/github-actions/export-gradle-properties@master
+ - uses: micronaut-projects/github-actions/release-notes@master
35
36
id: release_notes
37
with:
0 commit comments