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 576a1c8 commit 0e8df07Copy full SHA for 0e8df07
.github/workflows/publish-nuget.yml
@@ -28,7 +28,7 @@ jobs:
28
dotnet-version: 6.0.x
29
30
- name: Build
31
- run: dotnet publish .\xUnitRevitUtils.sln -c Release -p:Version=${{ github.ref_name }}"
+ run: dotnet publish .\xUnitRevitUtils.sln -c Release -p:Version=${{ github.ref_name }}
32
33
- name: Publish
34
run: dotnet nuget push ".\artifacts\*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_APIKEY }} -n --skip-duplicate
0 commit comments