Skip to content

Commit

Permalink
Merge pull request #4 from Toine-db/net9-release
Browse files Browse the repository at this point in the history
release net9
  • Loading branch information
Toine-db authored Nov 13, 2024
2 parents 025260c + 4edaaa9 commit 80b4492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Verify commit exists in origin/main
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down

0 comments on commit 80b4492

Please sign in to comment.