Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri committed Jun 20, 2024
1 parent 900e245 commit 6569f6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_test_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6569f6e

Please sign in to comment.