diff --git a/.github/workflows/make-release-commit.yml b/.github/workflows/make-release-commit.yml index 6747f11e5..9a9e2be6f 100644 --- a/.github/workflows/make-release-commit.yml +++ b/.github/workflows/make-release-commit.yml @@ -94,6 +94,6 @@ jobs: branch: ${{ github.ref }} tags: true - uses: ./.github/workflows/update_package_lock - if: ${{ inputs.dry_run }} == "false" + if: ${{ !inputs.dry_run && inputs.other }} with: github_token: ${{ secrets.GITHUB_TOKEN }}