Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit 7a065a1

Browse files
authored
Switch to grails/github-actions
1 parent afd4ce2 commit 7a065a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
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:
@@ -48,4 +48,4 @@ jobs:
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 }}

0 commit comments

Comments
 (0)