Skip to content

Commit

Permalink
ci: Try To Fix Bad Substitution (#285)
Browse files Browse the repository at this point in the history
try to fix bad substitution

${steps.release_info.outputs.tag}: bad substitution
  • Loading branch information
hf-krechan authored Nov 7, 2024
1 parent 3a9bd1e commit 49cc10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Set Pulumi Tag Variable
run: |
pulumi config set tag ${steps.release_info.outputs.tag}
pulumi config set tag ${{ steps.release_info.outputs.tag }}
env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}

Expand Down

0 comments on commit 49cc10c

Please sign in to comment.