diff --git a/.github/workflows/publish-binary.yml b/.github/workflows/publish-binary.yml index 7ac4eb4..63b193e 100644 --- a/.github/workflows/publish-binary.yml +++ b/.github/workflows/publish-binary.yml @@ -4,6 +4,8 @@ on: push: tags: - '*' + release: + types: [published] jobs: build: @@ -34,4 +36,4 @@ jobs: file: dist/* file_glob: true tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true