Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH committed Feb 10, 2025
1 parent 7c33fa3 commit f73a6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tamagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: ${{ matrix.platform == 'win' }}
run: |
# PowerShell version of the above
$version = ${{ github.ref_name }} -replace 'tamagotchi/v', ''
$version = '${{ github.ref_name }}' -replace 'tamagotchi/v', ''
echo "Version: $version"
echo "VERSION=$version" >> $GITHUB_ENV
Expand Down

0 comments on commit f73a6ab

Please sign in to comment.