Skip to content

Commit

Permalink
ci: sync changes back to next
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 11, 2023
1 parent 7d0f171 commit 7658a42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ jobs:
NPM_CONFIG_PROVENANCE: 'true'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

- name: Sync changes back to next
if: ${{ github.ref }} == 'refs/heads/main'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.RELEASE_GH_TOKEN }}
branch: next
# continue-on-error: true

0 comments on commit 7658a42

Please sign in to comment.