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-forge.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new cbad9e4  [skip ci] switch pre release action to apache version
cbad9e4 is described below

commit cbad9e4994ee8b5eee4265efd2d124dbdc59a83f
Author: James Daugherty <[email protected]>
AuthorDate: Wed May 28 20:15:18 2025 -0400

    [skip ci] switch pre release action to apache version
---
 .github/workflows/release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cbbcd51..2a3dfb7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: "Release"
+name: "Release - Create grails-forge"
 on:
   release:
     types: [ published ]
@@ -48,7 +48,7 @@ jobs:
         with:
           develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY  }}
       - name: '⚙️ Run pre-release'
-        uses: grails/grails-github-actions/pre-release@asf
+        uses: apache/grails-github-actions/pre-release@asf
         env:
           RELEASE_SCRIPT_PATH: '.github/scripts/setReleasedGrailsVersion.sh'
       - name: "📝 Store the current release version"

Reply via email to