We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0a4ae commit 6999f5fCopy full SHA for 6999f5f
.github/workflows/ci.yml
@@ -256,7 +256,7 @@ jobs:
256
name: Publish to GitHub Packages
257
runs-on: ubuntu-latest
258
needs: [build, unit-test]
259
- if: ${{ ! ( github.event.inputs.nuget ) }}
+ if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
260
steps:
261
- uses: actions/download-artifact@v3
262
id: download
GitVersion.yml
@@ -56,4 +56,4 @@ branches:
56
ignore:
57
sha: []
58
merge-message-formats: {}
59
-next-version: 0.2.4
+next-version: 0.2.10
0 commit comments