Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Remove if check for automatic release PR workflow, auto-delete branch (
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Mar 31, 2022
1 parent f800b42 commit 5008d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
echo "::set-output name=target_branch::$TARGET_BRANCH"
- name: Create Pull Request
if: ${{ needs.publish_packages.outputs.package_changed == 'true' }}
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GH_ZAPPER_BOT }}
Expand All @@ -95,3 +94,4 @@ jobs:
${{ needs.publish_packages.outputs.changelog }}
base: master
delete-branch: true

0 comments on commit 5008d41

Please sign in to comment.