Skip to content

Commit

Permalink
CI(github-actions): Use versioned tags for winget-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Oct 3, 2022
1 parent 600ffb4 commit 6677d6f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/winget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@ jobs:
runs-on: windows-latest # action can only be run on windows
steps:
- name: Publish Mumble client
uses: vedantmgoyal2009/winget-releaser@latest
uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Mumble.Mumble.Client
installers-regex: mumble_client.*.msi$
token: ${{ secrets.WINGET_TOKEN }}

# The action will clone winget-pkgs again, to start fresh
- name: Clean working directory
run: Remove-Item -Recurse -Force .\winget-pkgs\

- name: Publish Mumble server
uses: vedantmgoyal2009/winget-releaser@latest
uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: Mumble.Mumble.Server
installers-regex: mumble_server.*.msi$
Expand Down

0 comments on commit 6677d6f

Please sign in to comment.