Skip to content

Commit

Permalink
chore: remove apostrophes from version in release-chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Jan 13, 2024
1 parent 94e7a72 commit 5b388d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-chocolatey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
else {
$version = $(npm pkg get version)
}
$version = $version.Replace("`"", "")
echo "Setting version to $version"
echo "version=$version" >> $env:GITHUB_OUTPUT
Expand Down

0 comments on commit 5b388d4

Please sign in to comment.