Skip to content

Commit

Permalink
Fix release workflow to render quoted versions in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Apr 4, 2024
1 parent 05ef38b commit fdb47e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
releases:
- name: $RELEASE
url: https://github.com/${GITHUB_REPOSITORY}/releases/download/v${version}/${RELEASE}.tgz
version: $version
version: '$version'
sha1: $sha1
or to always point to latest release:
Expand Down

0 comments on commit fdb47e0

Please sign in to comment.