Fix 132 - support for chocolatey install (#144)

* fix #132 - publish chocolatey package for act

* add missing files to pass validation

* remove extra choco step
This commit is contained in:
Casey Lee
2020-03-09 17:49:55 -07:00
committed by GitHub
parent 16520bb277
commit b7fcf137ab
8 changed files with 117 additions and 2 deletions

View File

@@ -38,3 +38,8 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
- name: Chocolatey
uses: ./.github/actions/choco
with:
version: ${{ github.ref }}
apiKey: ${{ secrets.CHOCO_APIKEY }}