Skip to content

Commit 5e0b4d4

Browse files
committed
1 parent 14fa073 commit 5e0b4d4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,10 @@ jobs:
100100
body_path: ReleaseNotes.md
101101
prerelease: ${{ contains(github.ref_name, '-') }}
102102
files: "*.nupkg"
103+
- name: 🔑 Retrieve NuGet API key
104+
uses: NuGet/login@v1
105+
id: nuget-login
106+
with:
107+
user: '0xced'
103108
- name: 🚀 Publish NuGet package on nuget.org
104-
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ secrets.NUGET_API_KEY }}"
109+
run: dotnet nuget push "*.nupkg" --source https://api.nuget.org/v3/index.json --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}"

0 commit comments

Comments
 (0)