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.
2 parents b861e00 + d34378b commit a7ca579Copy full SHA for a7ca579
.github/workflows/release.yml
@@ -32,7 +32,9 @@ jobs:
32
- name: Pack
33
run: dotnet pack ./src/Quantify.Length/Quantify.Length.csproj --no-restore --configuration Release --no-build --output ./release/
34
35
+ - run: Push-Location ./release/
36
+
37
- name: Release
- run: Push-Location ./release/
38
run: dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- run: Pop-Location
39
40
+ - run: Pop-Location
0 commit comments