diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16191ac..5c20982a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Release -on: push +on: + push: + tags: + - '*' jobs: @@ -19,7 +22,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') with: files: dist/* env: