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 75718537df [skip ci] specify repo
75718537df is described below

commit 75718537df719b53d0d929eac431361053797a8a
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 03:08:12 2025 -0400

    [skip ci] specify repo
---
 .github/workflows/release-source-distribution.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release-source-distribution.yml 
b/.github/workflows/release-source-distribution.yml
index 8950ccf422..95fd58947f 100644
--- a/.github/workflows/release-source-distribution.yml
+++ b/.github/workflows/release-source-distribution.yml
@@ -112,16 +112,19 @@ jobs:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           set -e
-          gh release delete-asset ${{ github.event.inputs.release_tag }} 
CHECKSUMS.txt --yes
+          cd grails
+          gh release --repo ${{ github.repository }} delete-asset ${{ 
github.event.inputs.release_tag }} CHECKSUMS.txt --yes
       - name: "Remove BUILD_DATE.txt asset from release"
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           set -e
-          gh release delete-asset ${{ github.event.inputs.release_tag }} 
BUILD_DATE.txt --yes
+          cd grails
+          gh release --repo ${{ github.repository }} delete-asset ${{ 
github.event.inputs.release_tag }} BUILD_DATE.txt --yes
       - name: "Remove PUBLISHED_ARTIFACTS.txt asset from release"
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           set -e
-          gh release delete-asset ${{ github.event.inputs.release_tag }} 
PUBLISHED_ARTIFACTS.txt --yes
+          cd grails
+          gh release --repo ${{ github.repository }} delete-asset ${{ 
github.event.inputs.release_tag }} PUBLISHED_ARTIFACTS.txt --yes

Reply via email to