Skip to content

Commit

Permalink
Update package_push.yml (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayueCif committed Nov 13, 2023
1 parent 8e1f8de commit 0ff9dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: setting dotnet version
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: |
'6.0.x'
'7.0.x'
include-prerelease: true

- name: restore
Expand Down

0 comments on commit 0ff9dd8

Please sign in to comment.