Skip to content

Commit

Permalink
Cleanup Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctolkien authored Jul 24, 2023
1 parent e79fb9a commit 479cf96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: uploads
path: ${{ github.workspace}}/artifact/
- name: Push to NuGet Package Registry
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGETTOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: Extract version
shell: pwsh
Expand Down

0 comments on commit 479cf96

Please sign in to comment.