Skip to content

Commit ae45556

Browse files
authored
Update publish.yml
1 parent 562f7a9 commit ae45556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
repository: ${{ github.repository }}
3535
# 'outputs' provides a string, and we need a number, so we use fromJSON to convert it
36-
pull_request_number: ${{ fromJSON(needs.get_pull_request.outputs.pull_request_number) }}
36+
pull_request_number: ${{ fromJSON(needs.get_pull_request.outputs.number) }}

0 commit comments

Comments
 (0)