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

commit 5986210b1498d5e23605745ea947bdae5c6f3364
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 02:46:07 2025 -0400

    [skip ci] remove duplicate ids
---
 .github/workflows/release-source-distribution.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/release-source-distribution.yml 
b/.github/workflows/release-source-distribution.yml
index 5b1e79a6fe..a0c3cf45a2 100644
--- a/.github/workflows/release-source-distribution.yml
+++ b/.github/workflows/release-source-distribution.yml
@@ -101,7 +101,6 @@ jobs:
             apache-grails-*-incubating-src.zip.sha512
             apache-grails-*-incubating-src.zip.asc
       - name: "Remove CHECKSUMS.txt asset from release"
-        id: checksums_asset_id
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
@@ -111,7 +110,6 @@ jobs:
             -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
             https://api.github.com/repos/${{ github.repository 
}}/releases/assets/$asset_id
       - name: "Remove BUILD_DATE.txt asset from release"
-        id: checksums_asset_id
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
@@ -121,7 +119,6 @@ jobs:
             -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
             https://api.github.com/repos/${{ github.repository 
}}/releases/assets/$asset_id
       - name: "Remove PUBLISHED_ARTIFACTS.txt asset from release"
-        id: checksums_asset_id
         env:
           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |

Reply via email to