Commit c9f8fd0 1 parent 3c68556 commit c9f8fd0 Copy full SHA for c9f8fd0
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 24
24
id : release_version
25
25
run : echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
26
26
- name : " ⚙ Run pre-release"
27
- uses : micronaut-projects /github-actions/pre-release@master
27
+ uses : grails /github-actions/pre-release@main
28
28
- name : " 🔐 Generate key file for artifact signing"
29
29
env :
30
30
SECRING_FILE : ${{ secrets.SECRING_FILE }}
47
47
run : ./gradlew docs
48
48
- name : " 📤 Publish Documentation to Github Pages"
49
49
if : success()
50
- uses : micronaut-projects /github-pages-deploy-action@grails
50
+ uses : grails /github-pages-deploy-action@grails
51
51
env :
52
52
BRANCH : gh-pages
53
53
COMMIT_EMAIL : ${{ env.GIT_USER_EMAIL }}
57
57
VERSION : ${{ steps.release_version.outputs.release_version }}
58
58
- name : " ⚙️ Run post-release"
59
59
if : steps.publish_to_sonatype.outcome == 'success'
60
- uses : micronaut-projects /github-actions/post-release@master
60
+ uses : grails /github-actions/post-release@main
61
61
with :
62
- token : ${{ secrets.GITHUB_TOKEN }}
62
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments