Skip to content

Commit f69b943

Browse files
committed
ci: small improvement to publish [skip ci]
1 parent f525742 commit f69b943

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ jobs:
120120
121121
return { version, isPreRelease };
122122
123+
- name: Show result and wait for 30s
124+
run: |
125+
echo "Version: ${{ fromJson(steps.version-check.outputs.result).version }}"
126+
echo "Is pre-release: ${{ fromJson(steps.version-check.outputs.result).isPreRelease }}"
127+
sleep 30
128+
123129
- name: Run lint
124130
run: pnpm lint
125131
- name: Run tsc

0 commit comments

Comments
 (0)