Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 90618d4

Browse files
committed
ci: extract job version
1 parent ba3f83b commit 90618d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030

3131
- name: Semantic Release
3232
run: npm run publish
33+
34+
- name: Get version
35+
run: git describe --tags --abbrev=0 >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)