From 44745bbb88d81122e98a99f17a23016619b79d3f Mon Sep 17 00:00:00 2001 From: Nick Badal Date: Fri, 11 Sep 2020 12:35:13 -0700 Subject: [PATCH] Use `main` branch for changelog commit push (#32) Changelog commits should be pushed to the `main` branch, the Github action defaults to `master` still. Similar to #31 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4405736..ec61545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,4 +56,5 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: + branch: main github_token: ${{ secrets.GITHUB_TOKEN }}