Skip to content

Commit

Permalink
enable gh-release action to push for only tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 14, 2024
1 parent d18989e commit 2f7e17e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
mix deps.get
mix elixir_make.precompile
# - uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
# with:
# files: |
# cache/*.tar.gz
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
cache/*.tar.gz

0 comments on commit 2f7e17e

Please sign in to comment.