Merge pull request #3964 from balena-io/fix-winget-releaser

patch: fixed winget parameter name
This commit is contained in:
Balena CI 2023-01-02 15:54:20 -05:00 committed by GitHub
commit 82dd4fc1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Balena.Etcher
installer-regex: 'balenaEtcher-Setup.*.exe$'
installers-regex: 'balenaEtcher-Setup.*.exe$'
token: ${{ secrets.WINGET_PAT }}