diff --git a/.github/workflows/release-node-bindings.yml b/.github/workflows/release-node-bindings.yml index 2c38c822e..39318fbe6 100644 --- a/.github/workflows/release-node-bindings.yml +++ b/.github/workflows/release-node-bindings.yml @@ -196,6 +196,11 @@ jobs: . bindings_node + - name: Disable usePackageExitCodes feature + uses: crazy-max/ghaction-chocolatey@v3 + with: + args: feature disable --name="'usePackageExitCodes'" + - name: Upgrade Visual Studio 2022 enterprise uses: crazy-max/ghaction-chocolatey@v3 with: