This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 523b168e6b fix release process - update to the latest action-gh-release
523b168e6b is described below
commit 523b168e6bed8280ebd501301abe9362bc6b5cfd
Author: James Daugherty <[email protected]>
AuthorDate: Fri Mar 13 12:34:45 2026 -0400
fix release process - update to the latest action-gh-release
---
.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 a6d5cd8aaf..94e36c6bcd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
echo "Generated checksum for grails wrapper ZIP:"
cat ${DIST_NAME}-wrapper-${VERSION}-bin.zip.sha512
- name: "📤 Upload grails-wrapper ZIP"
- uses: softprops/action-gh-release@v2
+ uses: softprops/[email protected]
with:
tag_name: ${{ env.TAG }}
files: |
@@ -133,7 +133,7 @@ jobs:
echo "Generated checksum for grails cli ZIP:"
cat ${DIST_NAME}-${VERSION}-bin.zip.sha512
- name: "📤 Upload grails-cli ZIP"
- uses: softprops/action-gh-release@v2
+ uses: softprops/[email protected]
with:
tag_name: ${{ env.TAG }}
files: |
@@ -222,7 +222,7 @@ jobs:
- name: "📅 Generate build date file"
run: echo "$SOURCE_DATE_EPOCH" >> build/BUILD_DATE.txt
- name: "📤 Upload build date, checksums and published artifact files"
- uses: softprops/action-gh-release@v2
+ uses: softprops/[email protected]
with:
tag_name: ${{ env.TAG }}
files: |
@@ -308,7 +308,7 @@ jobs:
- name: "📦 Create source distribution checksum"
run: sha512sum ${DIST_NAME}-${VERSION}-src.zip >
${DIST_NAME}-${VERSION}-src.zip.sha512
- name: "🚀 Upload ZIP and Signature to GitHub Release"
- uses: softprops/action-gh-release@v2
+ uses: softprops/[email protected]
with:
tag_name: ${{ env.TAG }}
files: |
@@ -429,7 +429,7 @@ jobs:
cd dev-repo
svn info ${VERSION} > DIST_SVN_REVISION.txt
- name: "📤 Upload Distribution SVN revision"
- uses: softprops/action-gh-release@v2
+ uses: softprops/[email protected]
with:
tag_name: ${{ env.TAG }}
files: dev-repo/DIST_SVN_REVISION.txt