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 : Publish to Sonatype OSSRH
@@ -46,10 +46,10 @@ jobs:
4646 echo "Publishing Documentation"
4747 ./gradlew docs:docs
4848 - name : Export Gradle Properties
49- uses : micronaut-projects /github-actions/export-gradle-properties@master
49+ uses : grails /github-actions/export-gradle-properties@main
5050 - name : Publish to Github Pages
5151 if : success()
52- uses : micronaut-projects /github-pages-deploy-action@master
52+ uses : grails /github-pages-deploy-action@main
5353 env :
5454 BETA : ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
5555 TARGET_REPOSITORY : ${{ github.repository }}
6363 VERSION : ${{ steps.release_version.outputs.release_version }}
6464 - name : Run post-release
6565 if : success()
66- uses : micronaut-projects /github-actions/post-release@master
66+ uses : grails /github-actions/post-release@main
6767 with :
6868 token : ${{ secrets.GITHUB_TOKEN }}
6969 env :
You can’t perform that action at this time.
0 commit comments