Skip to content

Commit e9c1a79

Browse files
committed
build: debug
1 parent fc0e3e8 commit e9c1a79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ jobs:
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666
production-release: ${{ github.ref_name == 'main' && inputs.production-release == 'true' }}
6767
node-version: 20
68+
69+
- name: debug
70+
run: |
71+
echo "${{ steps.create-release-action.outputs.release-published }}"
72+
echo "${{ steps.create-release-action.outputs.release-version }}"
73+
echo "${{ steps.create-release-action.outputs.release-id }}"
74+
6875
outputs:
6976
release-published: ${{ steps.create-release-action.outputs.release-published }}
7077
release-version: ${{ steps.create-release-action.outputs.release-version }}

0 commit comments

Comments
 (0)