-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,13 @@ jobs: | |
git config --global user.name 'wikibase suite github actions bot' | ||
git config --global user.email '[email protected]' | ||
if git tag "$WIKIBASE_VERSION"; then | ||
# git push --tags origin "$WIKIBASE_VERSION" | ||
echo git push --tags origin "$WIKIBASE_VERSION" | ||
if git tag "$WBS_DEPLOY_VERSION"; then | ||
# git push --tags origin "$WBS_DEPLOY_VERSION" | ||
echo git push --tags origin "$WBS_DEPLOY_VERSION" | ||
else | ||
echo "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***" | ||
echo "Cannot tag $WIKIBASE_VERSION, Most probably this tag is already given to another commit." | ||
echo "Make sure to update the WIKIBASE_VERSION variable in variables.env to publish a new release." | ||
echo "Cannot tag $WBS_DEPLOY_VERSION, Most probably this tag is already given to another commit." | ||
echo "Make sure to update the WBS_DEPLOY_VERSION variable in variables.env to publish a new release." | ||
echo "*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***" | ||
fi | ||
|