Skip to content

Commit 45d2c2f

Browse files
committed
show output
1 parent 3553cb4 commit 45d2c2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tag-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ jobs:
189189
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
190190
MAIN_BRANCH: ${{ inputs.main_branch }}
191191
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}
192+
- name: Show output
193+
if: always()
194+
run: |
195+
cat semantic-release-output.log
192196
193197
- name: Create semantic release tag
194198
if: ${{ !inputs.dry_run }}

0 commit comments

Comments
 (0)