We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e672b2c + 58bdc7b commit 87b7e50Copy full SHA for 87b7e50
scripts/publish.sh
@@ -39,5 +39,5 @@ echo "Git SHA: ${git_sha}"
39
echo "Files: $@"
40
echo "Flags: ${gh_flags}"
41
42
-gh release create "${root_version}" ${gh_flags} -t "dazl v${root_version}" $@
+gh release create "v${root_version}" ${gh_flags} -t "dazl v${root_version}" $@
43
poetry publish
0 commit comments