Skip to content

Commit bc94e81

Browse files
authored
ci: fix tagging when creating releases (#1012)
1 parent d54f145 commit bc94e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
--yes
8585
- run: |
8686
PKG_VERSION=$(jq -r .version < lerna.json)
87-
gh release create $PKG_VERSION \
87+
gh release create v$PKG_VERSION \
8888
--title "Release $PKG_VERSION" \
8989
--generate-notes \
9090
--repo ${{ github.repository }} \

0 commit comments

Comments
 (0)