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

Commit 741f121

Browse files
authored
Switch to grails/github-actions
1 parent 8a17dff commit 741f121

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
@@ -31,8 +31,8 @@ jobs:
3131
# Otherwise:
3232
- name: Export Gradle Properties
3333
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
34-
uses: micronaut-projects/github-actions/export-gradle-properties@master
35-
- uses: micronaut-projects/github-actions/release-notes@master
34+
uses: grails/github-actions/export-gradle-properties@main
35+
- uses: grails/github-actions/release-notes@main
3636
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
3737
id: release_notes
3838
with:
@@ -46,4 +46,4 @@ jobs:
4646
name: ${{ env.title }} ${{ steps.release_notes.outputs.next_version }}
4747
tag: v${{ steps.release_notes.outputs.next_version }}
4848
bodyFile: CHANGELOG.md
49-
token: ${{ secrets.GH_TOKEN }}
49+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)