Skip to content

Commit

Permalink
version 1.6.4 test (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya committed Oct 16, 2024
1 parent 7ba5e7d commit 1adf8f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: ['6.0.x', '7.0.x', '8.0.x']
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Add NuGet source
run: dotnet nuget add source ${{ env.GITHUB_PACKAGES_URL }} \--username '${{secrets.USER_NAME}}' \--password '${{secrets.GIHUB_NUGET_AUTH_TOKEN}}' \--store-password-in-clear-text
Expand Down

0 comments on commit 1adf8f0

Please sign in to comment.