diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea19862..e142da2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: push: - tags: [ 'v*.*.*' ] + tags: [ '*.*.*' ] jobs: # docker-buildx: