diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 9419a3349..08624478c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -136,7 +136,7 @@ jobs: update-release: name: Update release runs-on: ubuntu-latest - if: startsWith('refs/tags/release/', github.ref) + if: startsWith(github.ref, 'refs/tags/release/') permissions: contents: write needs: