From 32ac85eb2c0cd6b65ae795753e5701db9c4ef845 Mon Sep 17 00:00:00 2001 From: Amit Dev Date: Tue, 7 Sep 2021 12:38:20 +1000 Subject: [PATCH] Change branch name to master --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb7f5d9..8052d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,5 +68,5 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - branch: main + branch: master github_token: ${{ secrets.GITHUB_TOKEN }}