Skip to content

Commit 56a9fd3

Browse files
author
Komal Yadav
committed
updated
1 parent c31f488 commit 56a9fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
MAVEN_OPTS: '-Xmx3200m'
7676

7777
- name: Submit Build to GCB
78-
if: ${{ !endsWith(steps.get_version.outputs.VERSION, '-SNAPSHOT') }}
78+
if: ${{ ! endsWith(steps.get_version.outputs.VERSION, '-SNAPSHOT') }}
7979
id: gcb
8080
working-directory: google-cloud
8181
run: |
8282
gcloud builds submit . \
8383
--config=cloudbuild-release.yaml \
8484
--project='cdapio-github-builds' \
85-
tions="_VERSION=${{steps.get_version.outputs.VERSION}},_SECURE_PUBLISH_BUCKET=${{steps.secrets.outputs.SECURE_PUBLISH_BUCKET}}"
85+
substitutions="_VERSION=${{steps.get_version.outputs.VERSION}},_SECURE_PUBLISH_BUCKET=${{steps.secrets.outputs.SECURE_PUBLISH_BUCKET}}"
8686

0 commit comments

Comments
 (0)