Skip to content

Commit

Permalink
Update .Net version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schaeflein committed Aug 16, 2023
1 parent 95c07cc commit 2865d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.x
dotnet-version: 7.x
- name: Publish Module to PowerShell Gallery
run: |
$VERSION=($env:GITHUB_REF -split "/" | select -skip 2).TrimStart("v")
Expand Down

0 comments on commit 2865d99

Please sign in to comment.