Skip to content

Commit 2f7e17e

Browse files
committed
enable gh-release action to push for only tagged releases
1 parent d18989e commit 2f7e17e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux-precompile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
mix deps.get
7474
mix elixir_make.precompile
7575
76-
# - uses: softprops/action-gh-release@v1
77-
# if: startsWith(github.ref, 'refs/tags/')
78-
# with:
79-
# files: |
80-
# cache/*.tar.gz
76+
- uses: softprops/action-gh-release@v1
77+
if: startsWith(github.ref, 'refs/tags/')
78+
with:
79+
files: |
80+
cache/*.tar.gz

0 commit comments

Comments
 (0)