File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
.github/actions/generate-release-version Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 5050 GITHUB_TOKEN : ${{ inputs.github-token }}
5151 shell : bash
5252
53+ - name : Debug dry-run outputs
54+ shell : bash
55+ run : |
56+ echo "=== Debugging semantic-release dry-run outputs ==="
57+ echo "new-release-published: '${{ steps.get-next-version.outputs.new-release-published }}'"
58+ echo "new-release-version: '${{ steps.get-next-version.outputs.new-release-version }}'"
59+ echo "new-release-git-tag: '${{ steps.get-next-version.outputs.new-release-git-tag }}'"
60+ echo "=== All step outputs ==="
61+ echo '${{ toJSON(steps.get-next-version.outputs) }}'
62+ echo "=== Done debugging ==="
63+
5364 - name : Create release
5465 env :
5566 GITHUB_TOKEN : ${{ inputs.github-token }}
You can’t perform that action at this time.
0 commit comments