Skip to content

Commit 34ac348

Browse files
committed
tag name
1 parent 38acc70 commit 34ac348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/publish_github_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
REPO="$1"
4-
TAG="$2" | cut -c0-6
4+
TAG="$2" | cut -c1-6
55
AUTH_TOKEN="$3"
66

77
PRERELEASE=false

0 commit comments

Comments
 (0)