Skip to content

Commit d038542

Browse files
committed
cicd: output version
1 parent 72134d8 commit d038542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
id: swc
2020
run: |
2121
echo "version=$(pnpm list @swc/core --json | jq first.version)" >> $GITHUB_ENV
22+
- name: test
23+
run: |
24+
echo ${{ steps.package.outputs.version }}
25+
echo ${{ steps.swc.outputs.version }}
2226
2327
release:
2428
needs: should-release

0 commit comments

Comments
 (0)