Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27843 - test release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed May 7, 2024
1 parent 02510e1 commit f5788fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check_required_variables() {

# don't post if this is a pre-release tag
pat='[0-9]+\.[0-9]+\.[0-9]-'
if [[ ${TAG} =~ ]]; then
if [[ ${TAG} =~ $pat ]]; then
echo "This is an interim release... post to Teams skipped"
return 0
fi
Expand Down

0 comments on commit f5788fe

Please sign in to comment.