Skip to content

Commit

Permalink
fix(github): another one
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 7, 2021
1 parent d12e1cb commit 4e6b509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Expand Down

0 comments on commit 4e6b509

Please sign in to comment.