Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedmachinator committed Jan 17, 2024
2 parents e9c1a0b + e6becd8 commit 2353dff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,3 @@ jobs:
ref: 'refs/tags/v${{ env.Version }}',
sha: context.sha
})
- name: PR to dev
run: gh pr create -B dev -H main --title 'merge main into dev' --body 'created automatically by a release workflow'
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2353dff

Please sign in to comment.