mirror of
https://github.com/Macro-Deck-App/Macro-Deck.git
synced 2026-05-06 21:51:04 +08:00
Update workflows
This commit is contained in:
3
.github/workflows/create-release.yml
vendored
3
.github/workflows/create-release.yml
vendored
@@ -74,13 +74,14 @@ jobs:
|
||||
|
||||
create-pull-request:
|
||||
name: "Create pull-request back to develop"
|
||||
if: ${{ env.BRANCH == 'main' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: [get-version, bump-version, release-github]
|
||||
steps:
|
||||
- name: Create Pull Request
|
||||
if: ${{ env.BRANCH == 'main' }}
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
base: develop
|
||||
branch: main
|
||||
title: Bump Macro Deck version to ${{ needs.get-version.outputs.version }}
|
||||
body: Bumps the version of Macro Deck to ${{ needs.get-version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user