Skip to content

Commit ec9d186

Browse files
committed
15
1 parent f49fade commit ec9d186

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
run: dotnet build --configuration Release
1818
- name: pack
1919
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 }}
20+
dotnet pack mongo-declarative-indexes/mongo-declarative-indexes.csproj \
21+
--no-build \
22+
--configuration Release \
23+
-p:PackageVersion=${{ github.event.release.tag_name }} \
2424
--output .
2525
- name: push
2626
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}

0 commit comments

Comments
 (0)