We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0e3e8 commit e9c1a79Copy full SHA for e9c1a79
.github/workflows/release.yaml
@@ -65,6 +65,13 @@ jobs:
65
github-token: ${{ secrets.GITHUB_TOKEN }}
66
production-release: ${{ github.ref_name == 'main' && inputs.production-release == 'true' }}
67
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
75
outputs:
76
release-published: ${{ steps.create-release-action.outputs.release-published }}
77
release-version: ${{ steps.create-release-action.outputs.release-version }}
0 commit comments