Skip to content

Commit

Permalink
chore: configure release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Mar 4, 2024
1 parent 7e84314 commit 7640369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
release-type: node
- name: Release Info
run: echo "${{ toJSON(steps.release.outputs) }}"
run: echo "$RELEASE_OUTPUT"
env:
RELEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}

- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 7640369

Please sign in to comment.