Skip to content

Commit

Permalink
Minor change to choco setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent 1b12b14 commit a3b0613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:

# TODO: This can be done by goreleaser these days
- name: Chocolatey windows release
if: github.repository == 'ddev/ddev' && startsWith(github.ref, 'refs/tags/v1')
if: github.repository_owner == 'ddev' && startsWith(github.ref, 'refs/tags/v1')
run: |
pushd .gotmp/bin/windows_amd64/chocolatey
docker run --rm -v $PWD:/tmp/chocolatey -w /tmp/chocolatey linuturk/mono-choco push -s https://push.chocolatey.org/ --api-key "${CHOCOLATEY_API_KEY}"
Expand Down

0 comments on commit a3b0613

Please sign in to comment.