Skip to content

Commit

Permalink
Update release_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 2, 2024
1 parent 25153ed commit 62ba685
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 @@ -64,7 +64,7 @@ jobs:
create_pull_request:
env:
RELEASE_BRdANCH: ${{ needs.get_next_release_version.outputs.release_branch }}
RELEASE_BRANCH: ${{ needs.get_next_release_version.outputs.release_branch }}
if: github.head_ref == ${{ env.RELEASE_BRANCH }} ||
github.event_name == 'workflow_dispatch'
needs: [get_next_release_version]
Expand Down

0 comments on commit 62ba685

Please sign in to comment.