Skip to content

Commit 34f6ac0

Browse files
Update version for connectors envs
1 parent 24c5fbe commit 34f6ac0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-demo-oro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-shopware:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
add_sample_data: false
3333
secrets:
3434
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}

.github/workflows/deploy-demo-shopware.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-shopware:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
secrets:
3333
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
3434
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_DEMO_SHOPWARE }}

.github/workflows/deploy-demo-sylius.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/tests.yml
1717
with:
1818
version: ${{ github.ref_name }}
19-
last_published_version: 2.1.0
19+
last_published_version: 2.2.0
2020
secrets: inherit
2121

2222
deploy-demo-sylius:
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./.github/workflows/deploy-int.yml
2929
with:
3030
version: ${{ github.ref_name }}
31-
last_published_version: 2.1.0
31+
last_published_version: 2.2.0
3232
secrets:
3333
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
3434
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_DEMO_SYLIUS }}

0 commit comments

Comments
 (0)