Skip to content

Commit

Permalink
ci: fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jta committed May 24, 2024
1 parent 332c3e3 commit b00242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
- name: aws sam release
run: make release-all
env:
TAG: fromJSON('{"workflow_dispatch": "latest", "push": "beta"}')[github.event_name]
TAG: ${{ fromJSON('{"workflow_dispatch": "latest", "push": "beta"}')[github.event_name] }}
VERSION: ${{ needs.github-release.outputs.VERSION }}
AWS_REGION: ${{ matrix.region }}

Expand Down

0 comments on commit b00242e

Please sign in to comment.