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 26
26
id : release_version
27
27
run : echo ::set-output name=release_version::${GITHUB_REF:11}
28
28
- name : Run pre-release
29
- uses : micronaut-projects /github-actions/pre-release@master
29
+ uses : grails /github-actions/pre-release@main
30
30
with :
31
31
token : ${{ secrets.GITHUB_TOKEN }}
32
32
- name : Generate secring file
@@ -53,10 +53,10 @@ jobs:
53
53
with :
54
54
arguments : docs
55
55
- name : Export Gradle Properties
56
- uses : micronaut-projects /github-actions/export-gradle-properties@master
56
+ uses : grails /github-actions/export-gradle-properties@main
57
57
- name : Publish to Github Pages
58
58
if : steps.docs.outcome == 'success'
59
- uses : micronaut-projects /github-pages-deploy-action@master
59
+ uses : grails /github-pages-deploy-action@main
60
60
env :
61
61
BETA : ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
62
62
TARGET_REPOSITORY : ${{ github.repository }}
69
69
VERSION : ${{ steps.release_version.outputs.release_version }}
70
70
- name : Run post-release
71
71
if : success()
72
- uses : micronaut-projects /github-actions/post-release@master
72
+ uses : grails /github-actions/post-release@main
73
73
with :
74
74
token : ${{ secrets.GITHUB_TOKEN }}
75
75
env :
You can’t perform that action at this time.
0 commit comments