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

Commit 95f3cb5

Browse files
authored
Switch to grails/github-actions
1 parent d598bcc commit 95f3cb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: release_version
2525
run: echo "release_version=${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
- name: "🔐 Generate secring file"
2929
env:
3030
SECRING_FILE: ${{ secrets.SECRING_FILE }}
@@ -56,10 +56,10 @@ jobs:
5656
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
5757
run: ./gradlew assemble
5858
- name: "✈️ Export Gradle Properties"
59-
uses: micronaut-projects/github-actions/export-gradle-properties@master
59+
uses: grails/github-actions/export-gradle-properties@main
6060
- name: "📖 Publish Groovydoc to Github Pages"
6161
if: steps.assemble.outcome == 'success'
62-
uses: micronaut-projects/github-pages-deploy-action@master
62+
uses: grails/github-pages-deploy-action@main
6363
env:
6464
BETA: ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
6565
TARGET_REPOSITORY: ${{ github.repository }}
@@ -72,4 +72,4 @@ jobs:
7272
VERSION: ${{ steps.release_version.outputs.release_version }}
7373
- name: "⚙️ Run post-release"
7474
if: success()
75-
uses: micronaut-projects/github-actions/post-release@master
75+
uses: grails/github-actions/post-release@main

0 commit comments

Comments
 (0)