diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d1a6f3..40b618b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: build on: + create: + tags: + - v* push: branches: - master @@ -127,7 +130,7 @@ jobs: - build # Only publish tags - if: github.event_name == 'push' && github.event.ref_type == 'tag' + if: github.event_name == 'create' && github.event.ref_type == 'tag' steps: - uses: actions/download-artifact@v2