diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c74fffb..1348c0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ permissions: on: release: - types: [ created ] + types: [published] #push: # tags: # # Regex for a version number such as 0.2.1 @@ -61,4 +61,4 @@ jobs: # [possible values: all, unix, windows, none] zip: windows # (required) GitHub token for uploading assets to GitHub Releases. - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}