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 87db6772b0 remove `v` prefix from source distribution version
87db6772b0 is described below

commit 87db6772b0c5f59c06e727618ae021de76cf0044
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 12:06:52 2025 -0400

    remove `v` prefix from source distribution version
---
 .github/workflows/distribution.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/distribution.yml 
b/.github/workflows/distribution.yml
index a9fc9b2e32..4cc6b9d9c8 100644
--- a/.github/workflows/distribution.yml
+++ b/.github/workflows/distribution.yml
@@ -57,6 +57,7 @@ jobs:
       - name: "📦 Create source distribution ZIP"
         run: |
           version="${{ github.event.inputs.release_tag }}"
+          version="${version#v}"  # Strip 'v' prefix
           zip -r "apache-grails-${version}-incubating-src.zip" grails-core -x 
'*.git*'
       - name: "🔏 Sign source distribution ZIP"
         env:

Reply via email to