Skip to content

Commit

Permalink
chore: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soberhacker committed Jan 7, 2024
1 parent c92a8a5 commit b7551f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
labels: automerge

- name: Print release outputs
run: printf '%s\n' "${{ toJson(steps.release.outputs) }}"
run: |
output=$(echo ${{ toJson(steps.release.outputs) }})
echo "$output"
- name: Get number of release PR
if: ${{steps.release.outputs.pr}}
Expand Down

0 comments on commit b7551f0

Please sign in to comment.