We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a172769 commit 9c727ffCopy full SHA for 9c727ff
1 file changed
.github/workflows/deploy-build.yml
@@ -100,7 +100,7 @@ jobs:
100
libraries
101
102
- name: Pack NuGet package
103
- run: dotnet pack ./S1API/S1API.csproj -c MonoMelon --no-build --output ./nupkg /p:TargetFramework=netstandard2.1 /p:PackageVersion=${{ steps.semantic-release.outputs.new_release_version }}
+ run: dotnet pack ./S1API/S1API.csproj -c MonoMelon --output ./nupkg /p:PackageVersion=${{ steps.semantic-release.outputs.new_release_version }}
104
105
- name: Push to NuGet Gallery
106
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
0 commit comments