Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit fa75351

Browse files
committed
build: properly output version string
1 parent a0749a1 commit fa75351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Get Version
3434
id: vars
35-
run: echo "name=version::v$(jq -r ".version" package.json)" >> $GITHUB_OUTPUT
35+
run: echo "version=v$(jq -r ".version" package.json)" >> $GITHUB_OUTPUT
3636

3737
- name: Release
3838
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)