Skip to content

Commit

Permalink
change remove dev- to dev-v
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u05 committed May 24, 2024
1 parent e89b383 commit e51d655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_nuget_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TAG: ${{ github.ref_name }}
shell: pwsh
run: |
$newTag = $env:TAG -replace "dev-", ""
$newTag = $env:TAG -replace "dev-v", ""
$newTag += "-dev"
echo "VERSION=$newTag" | Out-File -FilePath $env:GITHUB_ENV -Append
Expand Down

0 comments on commit e51d655

Please sign in to comment.