diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f31fe6..88e2bf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,10 @@ jobs: - name: Check Version id: check uses: EndBug/version-check@v2 + with: + # Since we trigger this action via `workflow_run` we fail to have some values + # this module expects, the below option should make them work together + static-checking: localIsNew - name: Setup NodeJS - ${{ env.NODE_VERSION }} uses: actions/setup-node@v4