mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Fix Release Numbering Formatting
This commit is contained in:
parent
d742df3abd
commit
1d30d1421a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ MONTH=$(date +"%m")
|
|||
cd $TRAVIS_BUILD_DIR
|
||||
|
||||
# Create our Version Number
|
||||
export GIT_TAG=V3.$YEAR-$MONTH.$TRAVIS_BUILD_NUMBER
|
||||
export GIT_TAG=V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER
|
||||
|
||||
# Tag our release
|
||||
git tag $GIT_TAG -a -m "V3.$YEAR.$MONTH.$TRAVIS_BUILD_NUMBER"
|
||||
|
|
Loading…
Add table
Reference in a new issue