Skip to content

Commit

Permalink
fix CI and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Oct 30, 2024
1 parent 875dfb2 commit 66108c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- pre-release
- check_if_version_upgraded
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -179,6 +180,7 @@ jobs:
cancel-in-progress: true
needs:
- pre-release
- check_if_version_upgraded
env:
TO_VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
steps:
Expand All @@ -203,6 +205,7 @@ jobs:
cancel-in-progress: true
needs:
- trigger_pre_production_deploy
- check_if_version_upgraded
env:
TO_VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
steps:
Expand All @@ -222,6 +225,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- trigger_production_deploy
- check_if_version_upgraded
- create_tag
if: |
needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' && github.event_name == 'push'
# We create a release only when all of the above are validated:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sill",
"version": "1.43.2",
"version": "1.43.3",
"license": "MIT",
"private": true,
"scripts": {
Expand Down

0 comments on commit 66108c6

Please sign in to comment.