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 f525742 commit f69b943Copy full SHA for f69b943
1 file changed
.github/workflows/publish.yml
@@ -120,6 +120,12 @@ jobs:
120
121
return { version, isPreRelease };
122
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
+
129
- name: Run lint
130
run: pnpm lint
131
- name: Run tsc
0 commit comments