Skip to content

Commit d112947

Browse files
committed
Added bash script to push release tag.
1 parent b678891 commit d112947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-lab-instructions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "$#" -ne 1 ]; then
1515
fi
1616

1717
# Define the tag and message
18-
TAG="test-lab_$1"
18+
TAG="lab_$1"
1919
MESSAGE="Release $TAG"
2020

2121
# Check if the tag already exists

0 commit comments

Comments
 (0)