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 f49fade commit ec9d186Copy full SHA for ec9d186
.github/workflows/publish.yml
@@ -17,10 +17,10 @@ jobs:
17
run: dotnet build --configuration Release
18
- name: pack
19
run: >
20
- dotnet pack mongo-declarative-indexes/mongo-declarative-indexes.csproj
21
- --no-build
22
- --configuration Release
23
- -p:PackageVersion=${{ github.event.release.tag_name }}
+ dotnet pack mongo-declarative-indexes/mongo-declarative-indexes.csproj \
+ --no-build \
+ --configuration Release \
+ -p:PackageVersion=${{ github.event.release.tag_name }} \
24
--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