diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df8cac574..76c98cd57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,7 @@ name: Releases on: + release: + types: [published] push: tags: - processing-* @@ -78,4 +80,4 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./build/${{ matrix.os_prefix }}/processing-${{ needs.version.outputs.version }}-${{ matrix.os_prefix}}-* - file_glob: true \ No newline at end of file + file_glob: true