Skip to content

Commit

Permalink
fix: next build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Apr 8, 2021
1 parent 89a6e11 commit d0038c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d0038c2

Please sign in to comment.