Skip to content

Commit 682c740

Browse files
authored
Merge branch 'main' into feat/tailwind-esm
2 parents 5fe90d9 + e5e6cf1 commit 682c740

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/snapshot-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
id: publish
8282
run: |
8383
pnpm run release --tag next--${{ steps.getSnapshotName.outputs.result }} > publish.output.txt 2>&1
84+
echo "Release complete"
85+
cat publish.output.txt
8486
echo ::set-output name=result::`cat publish.output.txt`
8587
env:
8688
# Needs access to publish to npm

0 commit comments

Comments
 (0)