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