Skip to content

Commit 36376dd

Browse files
authored
ci: Use actual release version for release notes branch (#2036)
1 parent ca96d0c commit 36376dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release_notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

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

0 commit comments

Comments
 (0)