Skip to content

Commit

Permalink
Merge pull request #187 from sitiom/patch-1
Browse files Browse the repository at this point in the history
Update Winget Releaser workflow
  • Loading branch information
rcmaehl authored Sep 29, 2022
2 parents a5dc2a3 + 5dc34d7 commit cab9047
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
8 changes: 7 additions & 1 deletion .github/workflows/winget-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ on:
release:
types: [released]
workflow_dispatch:
inputs:
tag_name:
description: 'Specific tag name'
required: true
type: string

jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: rcmaehl.MSEdgeRedirect
version: ${{ github.event.release.tag_name }}
release-tag: ${{ inputs.tag_name || github.release.tag_name }}
delete-previous-version: 'true'
token: ${{ secrets.MSEdgeRedirect_PAT }}

0 comments on commit cab9047

Please sign in to comment.