From d0038c2bb0056cbb22c7c7a3cda5c6b2340c425d Mon Sep 17 00:00:00 2001 From: Martin Forstner Date: Thu, 8 Apr 2021 21:49:14 +0200 Subject: [PATCH] fix: next build pipeline --- .github/workflows/release-beta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-beta.yaml b/.github/workflows/release-beta.yaml index 8ff5987..1a0dc3b 100644 --- a/.github/workflows/release-beta.yaml +++ b/.github/workflows/release-beta.yaml @@ -44,6 +44,7 @@ jobs: git commit -am "Move package.json from dist after release [skip ci]" - name: Push changes if: github.ref == 'refs/heads/next' - uses: ad-m/github-push-action@next + uses: ad-m/github-push-action@master with: GITHUB_TOKEN: ${{ secrets.GIT_PERSONAL_TOKEN }} + branch: 'next'