Skip to content

Commit 5bfdc20

Browse files
authored
Switch to grails/github-actions
1 parent d3d2844 commit 5bfdc20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: release_version
2727
run: echo ::set-output name=release_version::${GITHUB_REF:11}
2828
- name: Run pre-release
29-
uses: micronaut-projects/github-actions/pre-release@master
29+
uses: grails/github-actions/pre-release@main
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Publish to Sonatype OSSRH
@@ -46,10 +46,10 @@ jobs:
4646
echo "Publishing Documentation"
4747
./gradlew docs:docs
4848
- name: Export Gradle Properties
49-
uses: micronaut-projects/github-actions/export-gradle-properties@master
49+
uses: grails/github-actions/export-gradle-properties@main
5050
- name: Publish to Github Pages
5151
if: success()
52-
uses: micronaut-projects/github-pages-deploy-action@master
52+
uses: grails/github-pages-deploy-action@main
5353
env:
5454
BETA: ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
5555
TARGET_REPOSITORY: ${{ github.repository }}
@@ -63,7 +63,7 @@ jobs:
6363
VERSION: ${{ steps.release_version.outputs.release_version }}
6464
- name: Run post-release
6565
if: success()
66-
uses: micronaut-projects/github-actions/post-release@master
66+
uses: grails/github-actions/post-release@main
6767
with:
6868
token: ${{ secrets.GITHUB_TOKEN }}
6969
env:

0 commit comments

Comments
 (0)