We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf093e commit 8c414acCopy full SHA for 8c414ac
scripts/release.sh
@@ -28,14 +28,6 @@ else
28
exit 1
29
fi
30
31
-if [[ $WORKFLOW_NAME == "long-read-mngs" ]]; then
32
- TAG=$WORKFLOW_NAME"-v0.7.6-branch-speciehit"
33
-fi
34
-
35
-if [[ $WORKFLOW_NAME == "short-read-mngs" ]]; then
36
- TAG=$WORKFLOW_NAME"-v8.3.1-branch-speciehit"
37
38
39
if [[ $( git branch --show-current) != "main" ]]; then
40
COMMIT=$(git rev-parse --short HEAD)
41
TAG=$TAG"-$COMMIT"
0 commit comments