There was an error while loading. Please reload this page.
1 parent 3a7e125 commit 9d09ba1Copy full SHA for 9d09ba1
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,7 @@ jobs:
31
run: dotnet test --no-build --configuration Release
32
33
- name: Pack
34
+ if: startsWith(github.ref, 'refs/tags/')
35
run: dotnet pack src --no-build --configuration Release --output ./nupkg
36
37
- name: Publish to NuGet
0 commit comments