Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOrneholm committed Apr 30, 2024
1 parent 0050e4f commit 583d03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: 'Unzip artifact'
run: unzip artifact.zip

- name: Setup .NET Core
uses: actions/setup-dotnet@v1.7.2
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4

- name: Add GitHub NuGet source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ActiveLogin/index.json"
Expand Down

0 comments on commit 583d03e

Please sign in to comment.