Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent e3a9166 commit a3766b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
"environment": "staging",
"branch": "test_release_1",
"image_tag": "beta",
"release": true,
"release": true
},
{
"environment": "production",
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
- release
if: ${{ needs.release.outputs.release_created }}
- build-packages
if: ${{ startsWith(github.ref_name, 'v') }}
strategy:
matrix: ${{fromJSON(needs.build.outputs.matrix)}}

Expand All @@ -141,4 +141,4 @@ jobs:
SENTRY_PROJECT: somleng-skyetel
with:
environment: ${{ matrix.environment }}
version: ${{ needs.release.outputs.release_tag }}
version: ${{ github.ref_name }}

0 comments on commit a3766b5

Please sign in to comment.