Skip to content

Commit

Permalink
fix: je sais pas
Browse files Browse the repository at this point in the history
  • Loading branch information
vouill committed Aug 8, 2024
1 parent a8e1210 commit a8c359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Extract PR Branch Name
if: ${{ steps.release.outputs.prs_created }}
run: |
echo "PR_BRANCH=$(jq -r '.headBranchName' <<< '${{ steps.release.outputs.pr }}')"
echo "PR_BRANCH=$(jq -r '.headBranchName' <<< '${{ steps.release.outputs.pr }}')" >> $GITHUB_ENV
git fetch origin $PR_BRANCH
git checkout $PR_BRANCH
Expand Down

0 comments on commit a8c359a

Please sign in to comment.