Skip to content

Commit

Permalink
Update release-nuget.yml
Browse files Browse the repository at this point in the history
Pinned dotnet to v101
  • Loading branch information
yurkinh authored Feb 20, 2024
1 parent d87f8d4 commit b0593c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
git branch --remote --contains | grep origin/main
- name: Set VERSION variable from tag
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.101
- name: Install .NET MAUI
run: dotnet workload install maui
- name: Add msbuild to PATH
Expand Down

0 comments on commit b0593c1

Please sign in to comment.