Skip to content

Commit

Permalink
'-' in go template var names...again
Browse files Browse the repository at this point in the history
  • Loading branch information
rkleinman-hpe committed Jan 21, 2022
1 parent e1b7889 commit 696721e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/templates/release.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Notes

{{ if ne .is-stable "stable" }}
{{ if ne .isStable "stable" }}
* This is a stable release and can be used in official CSM release.
{{ else }}
* *WARNING*: This is a pre-release and may not be appropriate for inclusion in an official CSM release.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
template: .github/templates/release.md.tmpl
vars: |
releaseNotes: ${{ steps.extract-release-notes.outputs.release_notes }}
is-stable: "${{ needs.build-artifacts.outputs.is-stable }}"
isStable: "${{ needs.build-artifacts.outputs.is-stable }}"
image: "${{ needs.build-artifacts.outputs.image }}"
imageUrl: "${{ needs.build-artifacts.outputs.image_url }}"
chart: "${{ needs.build-artifacts.outputs.chart }}"
Expand Down

0 comments on commit 696721e

Please sign in to comment.