Skip to content

Commit 7f6f518

Browse files
committed
chore: release 1.4.1
Release-As: 1.4.1
1 parent 760e747 commit 7f6f518

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-please.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
needs: verify-release
2020
runs-on: ubuntu-24.04
2121
outputs:
22-
release_created: ${{ steps.release.outputs.releases_created }}
22+
release_created: ${{ steps.release.outputs.release_created }}
2323
tag: ${{ steps.release.outputs.tag_name }}
24+
info: ${{ toJSON(steps.release.outputs) }}
2425
steps:
2526
- uses: googleapis/release-please-action@v4
2627
id: release
@@ -38,6 +39,8 @@ jobs:
3839
with:
3940
name: build-${{ github.sha }}-8.3
4041
path: mysql2jsonl
42+
- name: Print for debug release output
43+
run: echo ${{ needs.release-please.outputs.info }}
4144
- name: Release artifact
4245
run: gh release upload ${{ needs.release-please.outputs.tag }} mysql2jsonl
4346
env:

0 commit comments

Comments
 (0)