Skip to content

Commit

Permalink
Disable package exit codes in chocolately (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Oct 11, 2024
1 parent 1602825 commit 4af3b7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4af3b7c

Please sign in to comment.