diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1115591..027d162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ name: Release on: push: tags: - - 'v*' + - '*' # Releases need permissions to read and write the repository contents. # GitHub considers creating releases and uploading assets as writing contents.