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 }}
@@ -54,10 +54,10 @@ jobs:
54
54
DEVELOCITY_BUILD_CACHE_NODE_KEY : ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
55
55
run : ./gradlew assemble
56
56
- name : " ✈️ Export Gradle Properties"
57
- uses : micronaut-projects /github-actions/export-gradle-properties@master
57
+ uses : grails /github-actions/export-gradle-properties@main
58
58
- name : " 📖 Publish Groovydoc to Github Pages"
59
59
if : steps.assemble.outcome == 'success'
60
- uses : micronaut-projects /github-pages-deploy-action@master
60
+ uses : grails /github-pages-deploy-action@main
61
61
env :
62
62
BETA : ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
63
63
TARGET_REPOSITORY : ${{ github.repository }}
70
70
VERSION : ${{ steps.release_version.outputs.release_version }}
71
71
- name : " ⚙️ Run post-release"
72
72
if : success()
73
- uses : micronaut-projects /github-actions/post-release@master
73
+ uses : grails /github-actions/post-release@main
You can’t perform that action at this time.
0 commit comments