diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3da929d..d8f77b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: jobs: release: - if: startsWith(github.ref, 'refs/tags/v') + if: "startsWith(github.ref, 'refs/tags/v')" runs-on: ubuntu-latest steps: - name: Checkout code