We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4235b99 commit ee9a7dcCopy full SHA for ee9a7dc
1 file changed
.github/workflows/nuget.yml
@@ -62,6 +62,7 @@ jobs:
62
VERSION="${{ github.ref_name }}"
63
echo "Release mode: Using version from tag: $VERSION"
64
fi
65
+ VERSION="${VERSION//v}"
66
echo "dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoInterfaceGenerator"
67
dotnet pack -c Release -p:PackageVersion=$VERSION BeaKona.AutoInterfaceGenerator
68
- name: Upload Artifact
0 commit comments