Skip to content

Commit

Permalink
fix .github/workflows/release-plz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 6, 2024
1 parent 09db0fb commit bc70948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: ${{ steps.release-plz.outputs.prs_created }}
env:
RELEASES: ${{ steps.release-plz.outputs.releases }}
PR: ${{ steps.release-plz.outputs.pr }
PR: ${{ steps.release-plz.outputs.pr }}
run: |
set -e
Expand Down

0 comments on commit bc70948

Please # to comment.