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

Commit

Permalink
Merge pull request #97 from Axway/APIGOV-27843
Browse files Browse the repository at this point in the history
APIGOV-27843 - test release
  • Loading branch information
dfeldick authored May 7, 2024
2 parents 02510e1 + f5788fe commit 359e541
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 359e541

Please sign in to comment.