This repository was archived by the owner on Mar 10, 2025. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
id : release_version
25
25
run : echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
26
26
- name : " ⚙️ Run pre-release"
27
- uses : micronaut-projects /github-actions/pre-release@master
27
+ uses : grails /github-actions/pre-release@main
28
28
- name : " 🔐 Generate secring file"
29
29
env :
30
30
SECRING_FILE : ${{ secrets.SECRING_FILE }}
@@ -56,10 +56,10 @@ jobs:
56
56
DEVELOCITY_BUILD_CACHE_NODE_KEY : ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
57
57
run : ./gradlew assemble
58
58
- name : " ✈️ Export Gradle Properties"
59
- uses : micronaut-projects /github-actions/export-gradle-properties@master
59
+ uses : grails /github-actions/export-gradle-properties@main
60
60
- name : " 📖 Publish Groovydoc to Github Pages"
61
61
if : steps.assemble.outcome == 'success'
62
- uses : micronaut-projects /github-pages-deploy-action@master
62
+ uses : grails /github-pages-deploy-action@main
63
63
env :
64
64
BETA : ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
65
65
TARGET_REPOSITORY : ${{ github.repository }}
72
72
VERSION : ${{ steps.release_version.outputs.release_version }}
73
73
- name : " ⚙️ Run post-release"
74
74
if : success()
75
- uses : micronaut-projects /github-actions/post-release@master
75
+ uses : grails /github-actions/post-release@main
You can’t perform that action at this time.
0 commit comments