Skip to content

Commit

Permalink
ci: fix winget pkg version bump (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid authored Jun 24, 2024
1 parent a161034 commit 38c66eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkg-version-bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
TAG: ${{ github.event.client_payload.tag || github.event.inputs.tag }}
run: |
# Get version info
VERSION=$(echo "${TAG#v}")
$VERSION=${env:TAG}.substring(1)
# Configure git configs
git config --global user.name "${env:GIT_USER_NAME}"
Expand All @@ -44,3 +44,4 @@ jobs:
--token ${{ secrets.GH_TOKEN }} `
--submit `
HiroSystems.Chainhook

0 comments on commit 38c66eb

Please sign in to comment.