We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3553cb4 commit 45d2c2fCopy full SHA for 45d2c2f
1 file changed
.github/workflows/tag-release.yml
@@ -189,6 +189,10 @@ jobs:
189
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
190
MAIN_BRANCH: ${{ inputs.main_branch }}
191
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}
192
+ - name: Show output
193
+ if: always()
194
+ run: |
195
+ cat semantic-release-output.log
196
197
- name: Create semantic release tag
198
if: ${{ !inputs.dry_run }}
0 commit comments