From a3766b5838f8c4b47c9b92b72a5f168f205f23a6 Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 11 Oct 2024 14:26:08 +0700 Subject: [PATCH] WIP --- .github/workflows/skyetel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/skyetel.yml b/.github/workflows/skyetel.yml index 94a7d38..3b09949 100644 --- a/.github/workflows/skyetel.yml +++ b/.github/workflows/skyetel.yml @@ -42,7 +42,7 @@ jobs: "environment": "staging", "branch": "test_release_1", "image_tag": "beta", - "release": true, + "release": true }, { "environment": "production", @@ -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)}} @@ -141,4 +141,4 @@ jobs: SENTRY_PROJECT: somleng-skyetel with: environment: ${{ matrix.environment }} - version: ${{ needs.release.outputs.release_tag }} + version: ${{ github.ref_name }}