Skip to content

Commit

Permalink
Update update-winget-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg authored Mar 27, 2024
1 parent 5886169 commit 2951320
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update-winget-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
update-winget-manifest:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: therealpaulgg.ssh-sync
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.ACCESS_TOKEN_CLASSIC }}
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: therealpaulgg.ssh-sync
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.ACCESS_TOKEN_CLASSIC }}

0 comments on commit 2951320

Please sign in to comment.