This is an automated email from the ASF dual-hosted git repository.

jamesfredley 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 c75a8fd  fix typo, missing single quote
c75a8fd is described below

commit c75a8fdbdb4427be93d4cf33fd9d51e02a9a7658
Author: James Fredley <[email protected]>
AuthorDate: Thu May 15 19:17:48 2025 -0400

    fix typo, missing single quote
---
 .github/workflows/next-gcp-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/next-gcp-deploy.yml 
b/.github/workflows/next-gcp-deploy.yml
index eb7adde..d3835bf 100644
--- a/.github/workflows/next-gcp-deploy.yml
+++ b/.github/workflows/next-gcp-deploy.yml
@@ -75,7 +75,7 @@ jobs:
           -PdockerImageName=${{ env.IMAGE_NAME }}
       - name: "🚀 migrate to GCP Artifact Registry"
         run: >
-          gcloud artifacts docker upgrade migrate --projects='${{ 
secrets.GCP_PROJECT_ID }}
+          gcloud artifacts docker upgrade migrate --projects='${{ 
secrets.GCP_PROJECT_ID }}'
       - name: "📤 Push image to Google Cloud Container Registry"
         run: >
           ./gradlew

Reply via email to