Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
factubsio authored Dec 21, 2021
1 parent 101343b commit d080c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: dotnet restore
- name: Build
run: |
$appversion = {{github.ref_name}}.substring(1)
$appversion = "${{ github.ref_name }}".substring(1)
echo $appversion
dotnet build --configuration Release --no-restore /p:Version=$appversion
- name: list
Expand Down

0 comments on commit d080c94

Please sign in to comment.