Skip to content

Commit

Permalink
Remove release from build models action
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Jul 25, 2024
1 parent 392a92d commit 472abc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 472abc0

Please sign in to comment.