Skip to content

Commit 9c727ff

Browse files
committed
fix: Resolving deployment
1 parent a172769 commit 9c727ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
libraries
101101
102102
- 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 }}
103+
run: dotnet pack ./S1API/S1API.csproj -c MonoMelon --output ./nupkg /p:PackageVersion=${{ steps.semantic-release.outputs.new_release_version }}
104104

105105
- name: Push to NuGet Gallery
106106
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)