Skip to content

Commit 479cf96

Browse files
authored
Cleanup Actions
1 parent e79fb9a commit 479cf96

File tree

3 files changed

+1
-63
lines changed

3 files changed

+1
-63
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
name: uploads
6363
path: ${{ github.workspace}}/artifact/
6464
- name: Push to NuGet Package Registry
65-
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
65+
run: dotnet nuget push ${{ github.workspace}}/artifact/*.nupkg --api-key ${{ secrets.NUGETTOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate
6666

6767
- name: Extract version
6868
shell: pwsh

0 commit comments

Comments
 (0)