Skip to content

Commit

Permalink
Added winget dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
StiviiK committed Oct 4, 2023
1 parent b969f44 commit f75eac5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,16 @@ winget:
tags:
- azure
- azure-cli
dependencies:
- package_identifier: Microsoft.AzureCLI
minimum_version: 2.50.0
repository:
owner: whiteducksoftware
name: winget-pkgs
branch: azctx-{{ .Version }}
token: "{{ .Env.AUTH_GITHUB }}"
pull_request:
enabled: true
enabled: false
draft: true
base:
owner: microsoft
Expand Down

0 comments on commit f75eac5

Please sign in to comment.