Skip to content

Commit

Permalink
remove wrong break from write-prerelease-comment workflow (#4476)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz committed Nov 23, 2023
1 parent e6ddf8a commit 66d3972
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/write-prerelease-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
`\nWORKFLOW_RUN_PR_FOR_${packageName}=${match[2]}` +
`\nWORKFLOW_RUN_ID_FOR_${packageName}=${context.payload.workflow_run.id}`
);
break;
}
}
Expand Down Expand Up @@ -61,7 +60,7 @@ jobs:

uses: marocchino/sticky-pull-request-comment@v2
with:
number: ${{ env.WORKFLOW_RUN_PR_FOR_WRANGLER}}
number: ${{ env.WORKFLOW_RUN_PR_FOR_WRANGLER }}
message: |
A wrangler prerelease is available for testing. You can install this latest build in your project with:
Expand Down

0 comments on commit 66d3972

Please sign in to comment.