Skip to content

Commit a91fe82

Browse files
committed
11
1 parent 0feb297 commit a91fe82

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)