We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ac859 commit 213b0f8Copy full SHA for 213b0f8
.github/workflows/build.yml
@@ -71,4 +71,4 @@ jobs:
71
env:
72
VERSION: ${{ needs.get-version.outputs.tag }}
73
API_KEY: ${{ secrets.NUGET_PASSWORD }}
74
- run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate
+ run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION:1}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate
0 commit comments