We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ee9a8 commit bec6d5dCopy full SHA for bec6d5d
.github/workflows/deploy-demo-sylius.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: ./.github/workflows/tests.yml
17
with:
18
version: ${{ github.ref_name }}
19
- last_published_version: 2.0.0
+ last_published_version: 2.1.0
20
secrets: inherit
21
22
deploy-demo-sylius:
@@ -28,7 +28,7 @@ jobs:
28
uses: ./.github/workflows/deploy-int.yml
29
30
31
32
secrets:
33
AWS_DEPLOY_KEY: ${{ secrets.AWS_DEPLOY_KEY }}
34
AWS_HOSTNAME: ${{ secrets.AWS_HOSTNAME_DEMO_SYLIUS }}
0 commit comments