Skip to content

Commit

Permalink
Fix actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 29, 2024
1 parent a5b23c7 commit 14660de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ghworkflow/workflow_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func releaseWorkflow(cfg core.Configuration) {
Run: makeMultilineYAMLString([]string{
"go install github.com/sapcc/go-bits/tools/release-info@latest",
"mkdir -p build",
"release-info CHANGELOG.md $(git describe --tags --abbrev=0) > build/release-info",
`release-info CHANGELOG.md "$(git describe --tags --abbrev=0)" > build/release-info`,
}),
})
j.addStep(jobStep{
Expand Down

0 comments on commit 14660de

Please sign in to comment.