Skip to content

Commit 6c39f64

Browse files
committed
chore: move release output to release-please job
1 parent cea3458 commit 6c39f64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/release-please.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121
outputs:
2222
release_created: ${{ steps.release.outputs.release_created }}
2323
tag: ${{ steps.release.outputs.tag_name }}
24-
info: ${{ toJSON(steps.release.outputs) }}
2524
steps:
2625
- uses: googleapis/release-please-action@v4
2726
id: release
2827
with:
2928
release-type: php
29+
- name: Output release variables
30+
run: echo ${{ toJSON(steps.release.outputs) }}
3031
upload_phar:
3132
needs:
3233
- release-please
@@ -39,8 +40,6 @@ jobs:
3940
with:
4041
name: build-${{ github.sha }}-8.3
4142
path: mysql2jsonl
42-
- name: Print for debug release output
43-
run: echo ${{ needs.release-please.outputs.info }}
4443
- name: Release artifact
4544
run: gh release upload ${{ needs.release-please.outputs.tag }} mysql2jsonl
4645
env:

0 commit comments

Comments
 (0)