Skip to content

Commit 87b7e50

Browse files
authored
Merge pull request #256 from digital-asset/meta-fix-version-tags
meta: Fix the release script to include a leading 'v' in tag names.
2 parents e672b2c + 58bdc7b commit 87b7e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ echo "Git SHA: ${git_sha}"
3939
echo "Files: $@"
4040
echo "Flags: ${gh_flags}"
4141

42-
gh release create "${root_version}" ${gh_flags} -t "dazl v${root_version}" $@
42+
gh release create "v${root_version}" ${gh_flags} -t "dazl v${root_version}" $@
4343
poetry publish

0 commit comments

Comments
 (0)