Skip to content

Commit 2a76032

Browse files
Disable Choco package upload from build workflow
1 parent 61debce commit 2a76032

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
name: ChocolatelyPackage
7373
path: sqlcequery.${{ env.VERSION }}-alpha.nupkg
7474

75-
- name: Upload Chocolately Package asset
76-
if: github.ref == 'refs/heads/master'
77-
run: |
78-
choco apikey --key ${{ secrets.CHOCOLATEY_API_KEY }} --source https://push.chocolatey.org/
79-
choco push sqlcequery.${{ env.VERSION }}-alpha.nupkg --source https://push.chocolatey.org/
75+
#- name: Upload Chocolately Package asset
76+
# if: github.ref == 'refs/heads/master'
77+
# run: |
78+
# choco apikey --key ${{ secrets.CHOCOLATEY_API_KEY }} --source https://push.chocolatey.org/
79+
# choco push sqlcequery.${{ env.VERSION }}-alpha.nupkg --source https://push.chocolatey.org/

0 commit comments

Comments
 (0)