File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ name: BuildPlugin
33on :
44 push :
55 branches :
6- - 1.x
6+ - main
77
88jobs :
99 build :
10- uses : FriendsOfShopware/workflows/.github/workflows/store.yml@main
10+ uses : FriendsOfShopware/workflows/.github/workflows/store-shopware-cli .yml@main
1111 with :
1212 extensionName : FroshProductCompare
13- shopwareVersion : 6.4.1
1413 secrets :
1514 accountUser : ${{ secrets.ACCOUNT_USER }}
1615 accountPassword : ${{ secrets.ACCOUNT_PASSWORD }}
17- ghToken : ${{ secrets.GITHUB_TOKEN }}
16+ ghToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "shopware/core" : " ^ 6.4" ,
19- "shopware/storefront" : " ^ 6.4"
18+ "shopware/core" : " ~ 6.4.0 " ,
19+ "shopware/storefront" : " ~ 6.4.0 "
2020 },
2121 "extra" : {
2222 "shopware-plugin-class" : " Frosh\\ FroshProductCompare\\ FroshProductCompare" ,
You can’t perform that action at this time.
0 commit comments