Forgot ${{}}

(cherry picked from commit bfdb6d0de0)
This commit is contained in:
AnthonyFuller 2024-04-06 16:00:54 +01:00
parent bd235aa02a
commit 856a0dee2d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
rebuild-locale:
name: Rebuild Localisation
if: !startsWith(github.ref, 'refs/tags/')
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
runs-on: windows-latest
steps: