We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a53d10 commit 8ae791aCopy full SHA for 8ae791a
1 file changed
.github/workflows/jimmy_cicd_deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: ./.github/workflows/jimmy_cicd_deploy_stages.yml
36
with:
37
deploy_environment: 'qa'
38
- version: github.event.release.tag_name
+ version: ${{ github.event.release.tag_name }}
39
secrets: inherit
40
41
deploy_uat:
0 commit comments