From 9b2cae5fc6ef35f9d3f37fe899983bf08dc81718 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Sat, 21 Dec 2024 20:45:23 -0500 Subject: [PATCH] Switch to grails/github-actions --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3389db9b..1f7a6e5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: id: release_version run: echo ::set-output name=release_version::${GITHUB_REF:11} - name: Run pre-release - uses: micronaut-projects/github-actions/pre-release@master + uses: grails/github-actions/pre-release@main with: token: ${{ secrets.GITHUB_TOKEN }} - name: Generate secring file @@ -53,10 +53,10 @@ jobs: with: arguments: docs - name: Export Gradle Properties - uses: micronaut-projects/github-actions/export-gradle-properties@master + uses: grails/github-actions/export-gradle-properties@main - name: Publish to Github Pages if: steps.docs.outcome == 'success' - uses: micronaut-projects/github-pages-deploy-action@grails + uses: grails/github-pages-deploy-action@grails env: BETA: ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }} TARGET_REPOSITORY: ${{ github.repository }} @@ -69,8 +69,8 @@ jobs: VERSION: ${{ steps.release_version.outputs.release_version }} - name: Run post-release if: steps.publish.outcome == 'success' && steps.docs.outcome == 'success' && success() - uses: micronaut-projects/github-actions/post-release@master + uses: grails/github-actions/post-release@main with: token: ${{ secrets.GITHUB_TOKEN }} env: - SNAPSHOT_SUFFIX: -SNAPSHOT \ No newline at end of file + SNAPSHOT_SUFFIX: -SNAPSHOT