Skip to content

Commit

Permalink
tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
TurBoss committed Feb 20, 2021
1 parent 38acc70 commit 34ac348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/publish_github_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

REPO="$1"
TAG="$2" | cut -c0-6
TAG="$2" | cut -c1-6
AUTH_TOKEN="$3"

PRERELEASE=false
Expand Down

0 comments on commit 34ac348

Please sign in to comment.