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

Commit ffc9f45

Browse files
authored
Switch to grails/github-actions
1 parent bd02264 commit ffc9f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: release_version
2525
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
2626
- name: Run pre-release
27-
uses: micronaut-projects/github-actions/pre-release@master
27+
uses: grails/github-actions/pre-release@main
2828
with:
2929
token: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Run Assemble
@@ -100,7 +100,7 @@ jobs:
100100
releaseSonatypeStagingRepository
101101
- name: Run post-release
102102
if: success()
103-
uses: micronaut-projects/github-actions/post-release@master
103+
uses: grails/github-actions/post-release@main
104104
with:
105105
token: ${{ secrets.GITHUB_TOKEN }}
106106
env:
@@ -142,4 +142,4 @@ jobs:
142142
FOLDER: build/docs
143143
VERSION: ${{ needs.publish.outputs.release_version }}
144144
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
145-
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
145+
COMMIT_NAME: ${{ env.GIT_USER_NAME }}

0 commit comments

Comments
 (0)