Skip to content

Commit

Permalink
Merge pull request #203 from Kevin-Lee/fix-release-script
Browse files Browse the repository at this point in the history
Fixed: The release script
  • Loading branch information
kevin-lee authored Mar 8, 2021
2 parents 18ed2c9 + a5d123b commit d72a584
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sbt-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ if [ -z "$1" ]
echo "sbt-build.sh 2.13.4"
exit 1
else
: ${CURRENT_BRANCH_NAME:?"CURRENT_BRANCH_NAME is missing."}

scala_version=$1
echo "============================================"
Expand Down

0 comments on commit d72a584

Please sign in to comment.