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