diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f22c8..baa4381 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: [main] - tags: ["v*.*.*"] + tags: ["*.*.*"] pull_request: jobs: @@ -55,7 +55,7 @@ jobs: path: dist/* release: - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/') needs: build runs-on: ubuntu-latest permissions: