Skip to content

Commit

Permalink
Update create_github_release.yaml (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
guythetechie authored Jan 17, 2023
1 parent 2362811 commit 9e6264c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
Set-Content -Path "$runExtractorPath"
$runPublisherWithEnvPath = Join-Path "${{ github.workspace }}" "tools" "azdo_pipelines" "run-publisher-with-env.yaml"
(Get-Content -Path "$runExtractorPath") |
(Get-Content -Path "$runPublisherWithEnvPath") |
ForEach-Object {$_ -Replace 'desired-version-goes-here', '${{ github.event.inputs.Release_Version }}'} |
Set-Content -Path "$runPublisherWithEnvPath"
Expand Down Expand Up @@ -230,4 +230,4 @@ jobs:
${{github.workspace}}/artifact/Azure_DevOps.zip
name: APIOps Toolkit for Azure APIM ${{ github.event.inputs.Release_Version }}
tag_name: ${{ github.event.inputs.Release_Version }}
generate_release_notes: true
generate_release_notes: true

0 comments on commit 9e6264c

Please sign in to comment.