Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Jun 14, 2024
1 parent 87ee3dd commit aefee42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-version-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: windows-latest
steps:
- name: Winget version bump
- uses: vedantmgoyal2009/winget-releaser@v2
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: HiroSystems.Chainhook
max-versions-to-keep: 5 # keep only latest 5 versions
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

0 comments on commit aefee42

Please sign in to comment.