Skip to content

Commit

Permalink
Update release-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsIgov authored Feb 2, 2024
1 parent 74d32c4 commit 7e430a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Restore
run: dotnet restore src
Expand All @@ -36,4 +36,4 @@ jobs:
run: |
dotnet nuget push ./out/*.nupkg \
-s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} \
--skip-duplicate --no-symbols
--skip-duplicate --no-symbols

0 comments on commit 7e430a4

Please sign in to comment.