Skip to content

Commit

Permalink
Added bash script to push release tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordahl committed Aug 7, 2024
1 parent b678891 commit d112947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-lab-instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "$#" -ne 1 ]; then
fi

# Define the tag and message
TAG="test-lab_$1"
TAG="lab_$1"
MESSAGE="Release $TAG"

# Check if the tag already exists
Expand Down

0 comments on commit d112947

Please sign in to comment.