Legacy code that tried to push to the tag instead of develop

This commit is contained in:
pyth0n1c
2021-08-10 11:39:06 -07:00
parent 98f4f725c8
commit 2cb62a0cd9
+1 -1
View File
@@ -447,7 +447,7 @@ jobs:
git commit --allow-empty -m "updating docs and package bits [ci skip]"
# Push quietly to prevent showing the token in log
#No need to provide any credentials
git push ${{ steps.vars.outputs.branch }}
git push
# #No need to store artifacts, they are stored previously.