Skip to content

Commit

Permalink
More quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Jul 17, 2024
1 parent df77e9a commit bd45ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/templates/steps/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ steps:
--token $(azuresdk-github-pat) `
--repo autorest.go `
--owner azure `
--name '${{ parameters.ReleaseName }}' `
--name "${{ parameters.ReleaseName }}" `
--tag v$currentVersion `
--notes='$releaseNotes' `
--notes="$releaseNotes" `
--prerelease `
--editRelease false `
--assets ${{ parameters.PackageName }}-$currentVersion.tgz `
Expand Down

0 comments on commit bd45ff6

Please sign in to comment.