Skip to content

Commit

Permalink
ci: Use actual release version for release notes branch (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath authored Nov 8, 2023
1 parent ca96d0c commit 36376dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Set Docs PR Branch Name
run: |
cleaned_branch=$(echo "10.13.0" | sed 's/\./-/g')
cleaned_branch=$(echo "${{ github.event.inputs.agent_version }}"" | sed 's/\./-/g')
echo "branch_name=dotnet-release-$cleaned_branch"
echo "branch_name=dotnet-release-$cleaned_branch" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 36376dd

Please sign in to comment.