We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61debce commit 2a76032Copy full SHA for 2a76032
1 file changed
.github/workflows/build.yml
@@ -72,8 +72,8 @@ jobs:
72
name: ChocolatelyPackage
73
path: sqlcequery.${{ env.VERSION }}-alpha.nupkg
74
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/
+ #- name: Upload Chocolately Package asset
+ # if: github.ref == 'refs/heads/master'
+ # run: |
+ # choco apikey --key ${{ secrets.CHOCOLATEY_API_KEY }} --source https://push.chocolatey.org/
+ # choco push sqlcequery.${{ env.VERSION }}-alpha.nupkg --source https://push.chocolatey.org/
0 commit comments