diff --git a/.github/workflows/upload-release-asset.yml b/.github/workflows/upload-release-asset.yml index dbd5ec2..4fce16c 100644 --- a/.github/workflows/upload-release-asset.yml +++ b/.github/workflows/upload-release-asset.yml @@ -2,7 +2,7 @@ on: push: # Sequence of patterns matched against refs/tags tags: - - 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching release tags, i.e. v0.8.1 + - 'v[0-9]+.[0-9]+' # Push events to matching release tags, i.e. v0.8 name: Upload Release Asset