We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b678891 commit d112947Copy full SHA for d112947
release-lab-instructions.sh
@@ -15,7 +15,7 @@ if [ "$#" -ne 1 ]; then
15
fi
16
17
# Define the tag and message
18
-TAG="test-lab_$1"
+TAG="lab_$1"
19
MESSAGE="Release $TAG"
20
21
# Check if the tag already exists
0 commit comments