From 9217de5b6cbbedc4b5d257183f164153ce2e4bb6 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Thu, 26 Sep 2024 14:09:30 +0200 Subject: [PATCH] fix: remove hardcoded version --- .github/workflows/manual_versioning.yml | 2 +- .github/workflows/plugin_commercial_schema.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual_versioning.yml b/.github/workflows/manual_versioning.yml index d36af4c9..80d2b1f2 100644 --- a/.github/workflows/manual_versioning.yml +++ b/.github/workflows/manual_versioning.yml @@ -1,4 +1,4 @@ -name: Schedule version PRs +name: Manual versioning on: workflow_dispatch: diff --git a/.github/workflows/plugin_commercial_schema.yml b/.github/workflows/plugin_commercial_schema.yml index d29646ce..dfbc1948 100644 --- a/.github/workflows/plugin_commercial_schema.yml +++ b/.github/workflows/plugin_commercial_schema.yml @@ -30,7 +30,7 @@ jobs: schema_file: ${{ needs.vars.outputs.PLUGIN_NAME }}-storeapi.json plugin_name: ${{ needs.vars.outputs.PLUGIN_NAME }} plugin_url: ${{ needs.vars.outputs.PLUGIN_URL }} - git_options: '-b 6.6.x' + #git_options: '-b 6.6.x' shopware_version: ${{ inputs.shopware_version }} secrets: inherit open-pr: