summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Marc <hi@colinmarc.com>2022-02-08 19:04:25 +0100
committerColin Marc <hi@colinmarc.com>2022-02-08 19:04:25 +0100
commitce22ebcc8128e9bf79088f3b2d953e1089939486 (patch)
tree690379ef1d4da591921f9bba9b4332bbd3b31f77
parentb02ab581bd500863b60a6d6718b48854c26acd23 (diff)
Revert "Attempt to trigger the release workflow more reliably"
This reverts commit 5298db4b4a9ef3b575e99c3023ab3a8472e389af.
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 989b118..0265831 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,6 +2,8 @@ name: Release
on:
push:
+ tags:
+ - "v*.*.*"
workflow_dispatch:
jobs:
@@ -19,7 +21,6 @@ jobs:
run: find -name '*.pb.go' -exec touch {} \; && make release
- name: Upload Release
- if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: gohdfs-*-linux-amd64.tar.gz \ No newline at end of file