Skip to content

Commit c28d2fe

Browse files
authored
Merge pull request #471 from algorandfoundation/fix/release-workflow
fix: crab nebula release version
2 parents 9ca678d + c68190f commit c28d2fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/actions/generate-release-version/action.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ runs:
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 }}

0 commit comments

Comments
 (0)