Skip to content

Commit

Permalink
Explicitly set the version of the bundle when generating it for a rel…
Browse files Browse the repository at this point in the history
…ease (#332)

Signed-off-by: Omer Yahud <[email protected]>
  • Loading branch information
omeryahud authored Mar 9, 2021
1 parent 3d9e208 commit a57fd98
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 @@ -26,7 +26,7 @@ jobs:
docker run \
-v "$(pwd)":/common-templates \
common-templates-ci \
/bin/bash -c "cd /common-templates && export REVISION=1 && make release"
/bin/bash -c "cd /common-templates && export REVISION=1 VERSION="${{ steps.get_release.outputs.tag_name }}" && make release"
- name: Upload Release Asset
id: upload-bundle-asset
Expand Down

0 comments on commit a57fd98

Please sign in to comment.