Skip to content

Commit

Permalink
IsImplemented:Use run script to deploy
Browse files Browse the repository at this point in the history
As we cannot create a new nuget package from existing CI/CD-script, or with the present rights, 
and brandedoutcase-/publish-nuget is deprecated
I try a new way, `run: nuget push...`.

This commit is part of #91.
  • Loading branch information
LosManos authored Jun 4, 2023
1 parent 0106c3e commit 7aba07d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
- name: Possibly publish CompulsoryCow.IsImplemented
if: success() || failure()
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: CompulsoryCow.IsImplemented/CompulsoryCow.IsImplemented/CompulsoryCow.IsImplemented.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
run: nuget push **\CompulsoryCow.IsEqualsImplemented.*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}
- name: Possibly publish CompulsoryCow.Meta
if: success() || failure()
uses: brandedoutcast/[email protected]
Expand Down

0 comments on commit 7aba07d

Please sign in to comment.