From 4e6b5094010f320e09e9ead8baf2a78933de107f Mon Sep 17 00:00:00 2001 From: breakthewall Date: Thu, 7 Oct 2021 14:20:52 +0200 Subject: [PATCH] fix(github): another one --- .github/workflows/tag.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index bf089cd..83f5558 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -68,11 +68,12 @@ jobs: git config --local user.email "$GITHUB_EMAIL" git config --local user.name "$GITHUB_USERNAME" git commit -m "chore(meta.yml): update version" -a - git push + git push --force --quiet "https://${{ env.GITHUB_USERNAME }}:${{ secrets.GITHUB_TOKEN }}@${{ env.DEPLOY_URL }}" master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_USERNAME: breakthewall GITHUB_EMAIL: joan.herisson@univ-evry.fr + DEPLOY_URL: github.com/conda-forge/brs_utils-feedstock VERSION: ${{ steps.tag_version.outputs.new_tag }} # - name: Push changes # uses: ad-m/github-push-action@master