Skip to content

Commit

Permalink
Update create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sachabruttin authored Jun 15, 2023
1 parent a9ef361 commit 668565a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ jobs:
chocolatey:
runs-on: windows-latest
needs: build
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
defaults:
run:
shell: pwsh
working-directory: ${{ github.workspace }}/setup/choco
env:
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}

steps:
- name: Checkout
Expand Down

0 comments on commit 668565a

Please sign in to comment.