Skip to content

Commit

Permalink
Fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard authored Jan 26, 2025
1 parent 04cf408 commit 8dddb3d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,7 @@ jobs:
submodules: true
- name: Test
run: |
dotnet test -c Release -f net8name: Publish NuGet Package
on:
push:
branches:
- main
tags:
- 'v*.*.*'

jobs:
dotnet test -c Release -f net8
pushNuGetPackageToGitHubPackageRegistry:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8dddb3d

Please sign in to comment.