Skip to content

Commit

Permalink
fix: remove hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Sep 26, 2024
1 parent 1dd2b20 commit 9217de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_versioning.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Schedule version PRs
name: Manual versioning

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin_commercial_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9217de5

Please sign in to comment.