Skip to content

Commit

Permalink
set condition to checkVersion = true
Browse files Browse the repository at this point in the history
  • Loading branch information
ingoKrOffice committed Nov 7, 2024
1 parent 75df13c commit cadc035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
deno-version: v1.x

- name: Check version
if: ${{ inputs.checkVersion != true }}
if: ${{ inputs.checkVersion == true }}
run: deno run --allow-read scripts/check-version-in-config-files.ts ${{ inputs.expectedVersion }}

- name: Setup PHP
Expand Down

0 comments on commit cadc035

Please sign in to comment.