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 e90838b commit 7ba5e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '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 7ba5e7d

Please sign in to comment.