chore: fix script path

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-04-17 09:54:42 +02:00
parent 0abcaca697
commit 1bf5d3fc05
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
- name: Check if release
id: release_check
if: inputs.force_release != true
run: node scripts/ci/check-if-release.js
run: node ../../scripts/ci/check-if-release.js
env:
WORKSPACE_NAME: ${{ inputs.workspace }}
COMMIT_SHA_BEFORE: '${{ github.event.before }}'