Skip to content

Commit 213b0f8

Browse files
committed
fix(workflows): update build.yml configuration
1 parent 44ac859 commit 213b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
env:
7272
VERSION: ${{ needs.get-version.outputs.tag }}
7373
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
74+
run: dotnet nuget push "bin/Release/net9.0/Sprout.${VERSION:1}.nupkg" --api-key ${API_KEY} --source nuget --skip-duplicate

0 commit comments

Comments
 (0)