diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 616726e..55e22f4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,7 @@ jobs: path: output release: name: Release - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/1.1') needs: - build runs-on: ubuntu-latest