File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : Generate secring file
@@ -53,10 +53,10 @@ jobs:
5353 with :
5454 arguments : docs
5555 - name : Export Gradle Properties
56- uses : micronaut-projects /github-actions/export-gradle-properties@master
56+ uses : grails /github-actions/export-gradle-properties@main
5757 - name : Publish to Github Pages
5858 if : steps.docs.outcome == 'success'
59- uses : micronaut-projects /github-pages-deploy-action@master
59+ uses : grails /github-pages-deploy-action@main
6060 env :
6161 BETA : ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
6262 TARGET_REPOSITORY : ${{ github.repository }}
6969 VERSION : ${{ steps.release_version.outputs.release_version }}
7070 - name : Run post-release
7171 if : success()
72- uses : micronaut-projects /github-actions/post-release@master
72+ uses : grails /github-actions/post-release@main
7373 with :
7474 token : ${{ secrets.GITHUB_TOKEN }}
7575 env :
You can’t perform that action at this time.
0 commit comments