Skip to content

Commit ee9a7dc

Browse files
committed
nuget yaml version prefix fix
1 parent 4235b99 commit ee9a7dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
VERSION="${{ github.ref_name }}"
6363
echo "Release mode: Using version from tag: $VERSION"
6464
fi
65+
VERSION="${VERSION//v}"
6566
echo "dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoInterfaceGenerator"
6667
dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoInterfaceGenerator
6768
- name: Upload Artifact

0 commit comments

Comments
 (0)