We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38acc70 commit 34ac348Copy full SHA for 34ac348
.scripts/publish_github_release.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
REPO="$1"
4
-TAG="$2" | cut -c0-6
+TAG="$2" | cut -c1-6
5
AUTH_TOKEN="$3"
6
7
PRERELEASE=false
0 commit comments