Update package-publish.yml

This commit is contained in:
Tiago Conceição
2022-10-15 17:53:46 +01:00
parent ca9b8c9a85
commit 693188b961
+10
View File
@@ -44,6 +44,16 @@ jobs:
- name: Submit package to Windows Package Manager Community Repository
run: .\wingetcreate.exe update ${env:WINGET_PACKAGE_ID} --version ${env:VERSION} --urls ${env:INSTALLER_URL} --token ${env:WINGET_TOKEN} --submit
homebrew:
name: Homebrew Cask - Pull request
runs-on: macos-latest
steps:
- uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${WINGET_TOKEN}
cask: uvtools
livecheck: true
nuget:
name: Nuget - Publish package
runs-on: ubuntu-latest