From 472abc0e1392bc9d5315dc45987ced1c2720a556 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Thu, 25 Jul 2024 14:42:31 +1000 Subject: [PATCH] Remove release from build models action --- .github/workflows/build-models.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-models.yml b/.github/workflows/build-models.yml index e2da610..b07faf0 100644 --- a/.github/workflows/build-models.yml +++ b/.github/workflows/build-models.yml @@ -143,11 +143,5 @@ jobs: name: geomodels-${{matrix.model_name}} path: web_build/geomodels/ if-no-files-found: error - - name: Release - uses: softprops/action-gh-release@v2 - if: ${{ github.event_name == 'workflow_dispatch' }} - with: - tag_name: ${{env.SRC_TAG}} - name: Web asset release based on model sources tag ${{env.SRC_TAG}} files: web_build/${{env.SRC_TAG}}_web_assets.tar.gz