Skip to content

Commit

Permalink
HUMCTL_VERSION: '0.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Apr 20, 2024
1 parent cebbe03 commit c76dc6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
apps: ["cartservice", "checkoutservice", "currencyservice", "emailservice", "frontend", "loadgenerator", "paymentservice", "productcatalogservice", "recommendationservice", "shippingservice"]
runs-on: ubuntu-22.04
env:
HUMCTL_VERSION: '0.21.0'
HUMCTL_VERSION: '0.21.1'
steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- closed
env:
ENVIRONMENT_ID: pr-${{ github.event.number }}
HUMCTL_VERSION: '0.21.0'
HUMCTL_VERSION: '0.21.1'
jobs:
job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
ENVIRONMENT_TYPE: 'development'
ENVIRONMENT_ID: pr-${{ github.event.number }}
ENVIRONMENT_NAME: PR-${{ github.event.number }}
HUMCTL_VERSION: '0.21.0'
HUMCTL_VERSION: '0.21.1'
jobs:
job:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'
env:
ENVIRONMENT_ID: development
HUMCTL_VERSION: '0.21.0'
HUMCTL_VERSION: '0.21.1'
jobs:
deploy-humanitec:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c76dc6a

Please sign in to comment.