From 2cb62a0cd9514fff363a2feb445b03c356397364 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 10 Aug 2021 11:39:06 -0700 Subject: [PATCH] Legacy code that tried to push to the tag instead of develop --- .github/workflows/validate-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-and-build.yml b/.github/workflows/validate-and-build.yml index 71ddd8cbb7..ea8ea4d5a5 100644 --- a/.github/workflows/validate-and-build.yml +++ b/.github/workflows/validate-and-build.yml @@ -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.