We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31f488 commit 56a9fd3Copy full SHA for 56a9fd3
.github/workflows/tag-release.yml
@@ -75,12 +75,12 @@ jobs:
75
MAVEN_OPTS: '-Xmx3200m'
76
77
- name: Submit Build to GCB
78
- if: ${{ !endsWith(steps.get_version.outputs.VERSION, '-SNAPSHOT') }}
+ if: ${{ ! endsWith(steps.get_version.outputs.VERSION, '-SNAPSHOT') }}
79
id: gcb
80
working-directory: google-cloud
81
run: |
82
gcloud builds submit . \
83
--config=cloudbuild-release.yaml \
84
--project='cdapio-github-builds' \
85
- tions="_VERSION=${{steps.get_version.outputs.VERSION}},_SECURE_PUBLISH_BUCKET=${{steps.secrets.outputs.SECURE_PUBLISH_BUCKET}}"
+ substitutions="_VERSION=${{steps.get_version.outputs.VERSION}},_SECURE_PUBLISH_BUCKET=${{steps.secrets.outputs.SECURE_PUBLISH_BUCKET}}"
86
0 commit comments