Skip to content

Commit

Permalink
Switch to grails/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 22, 2024
1 parent fa5fd1c commit 6bf9af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: release_version
run: echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
- name: Run pre-release
uses: micronaut-projects/github-actions/pre-release@master
uses: grails/github-actions/pre-release@main
- name: Generate secring file
env:
SECRING_FILE: ${{ secrets.SECRING_FILE }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
arguments: docs
- name: Publish Documentation to Github Pages
if: success()
uses: micronaut-projects/github-pages-deploy-action@grails
uses: grails/github-pages-deploy-action@grails
env:
BRANCH: gh-pages
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
Expand All @@ -62,4 +62,4 @@ jobs:
VERSION: ${{ steps.release_version.outputs.release_version }}
- name: Run post-release
if: steps.publish_to_sonatype.outcome == 'success'
uses: micronaut-projects/github-actions/post-release@master
uses: grails/github-actions/post-release@main

0 comments on commit 6bf9af6

Please sign in to comment.