Skip to content

Commit

Permalink
explicit net7.0 release.yml +semver:skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Feb 2, 2025
1 parent fc415a2 commit 1ddeace
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v3.0.0
with:
Expand Down Expand Up @@ -59,7 +63,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: |
7.0.x
9.0.x
- name: Setup GitReleaseManager
uses: gittools/actions/gitreleasemanager/setup@v3.0.0
with:
Expand All @@ -84,6 +90,10 @@ jobs:
runs-on: ubuntu-latest
needs: upload-release-assets
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Setup GitReleaseManager
uses: gittools/actions/gitreleasemanager/setup@v3.0.0
with:
Expand Down

0 comments on commit 1ddeace

Please sign in to comment.