Skip to content

Commit

Permalink
correct docs PR workflow variable (#5279)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Mar 20, 2024
1 parent b370076 commit c126c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Branch
id: branch
run: |
version=${{ github.event.inputs.version }}
version=${{ github.event.inputs.new_version }}
version=${version%.*}
echo "branch=release-$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c126c7e

Please sign in to comment.