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 0feb297 commit a91fe82Copy full SHA for a91fe82
.github/workflows/publish.yml
@@ -17,10 +17,6 @@ jobs:
17
run: dotnet build --configuration Release
18
- name: pack
19
run: >-
20
- dotnet pack --no-build
21
- --configuration Release mongo-declarative-indexes/mongo-declarative-indexes.csproj
22
- -p:PackageVersion=${{ github.event.release.tag_name }}
23
-# --output .
24
-
+ dotnet pack --no-build --configuration Release mongo-declarative-indexes/mongo-declarative-indexes.csproj -p:PackageVersion=${{ github.event.release.tag_name }} --output .
25
-name: push
26
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
0 commit comments