@@ -75,7 +75,7 @@ steps:
then
git tag $PACKAGE_VERSION
git status
- git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git master $PACKAGE_VERSION;
+ git push https://$GIT_USER:$GIT_PASSWORD@gitea.frontblock.me/fw-vendor/${DRONE_REPO_NAME}.git $PACKAGE_VERSION;
else
echo 'Version: '
echo $LATEST_VERSION