Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 5, 2024
1 parent 654d425 commit 93a4c04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish SearchExtensions package to NuGet
name: Publish to NuGet

on:
release:
types: [created]
types: [published]
branches:
- gha-nuget-test

Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Log
run: ls -al ./nuget-packages

# - name: Push to NuGet
# run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
- name: Push to NuGet
run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate

deploy_levenshtein:
needs: [build-and-test]
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Log
run: ls -al ./nuget-packages

# - name: Push to NuGet
# run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
- name: Push to NuGet
run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate

deploy_soundex:
needs: [build-and-test]
Expand All @@ -110,5 +110,5 @@ jobs:
- name: Log
run: ls -al ./nuget-packages

# - name: Push to NuGet
# run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate
- name: Push to NuGet
run: dotnet nuget push ./nuget-packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate

0 comments on commit 93a4c04

Please sign in to comment.