Skip to content

Commit 6999f5f

Browse files
authored
Sync Main branch (#115)
1 parent 3b0a4ae commit 6999f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
name: Publish to GitHub Packages
257257
runs-on: ubuntu-latest
258258
needs: [build, unit-test]
259-
if: ${{ ! ( github.event.inputs.nuget ) }}
259+
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
260260
steps:
261261
- uses: actions/download-artifact@v3
262262
id: download

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ branches:
5656
ignore:
5757
sha: []
5858
merge-message-formats: {}
59-
next-version: 0.2.4
59+
next-version: 0.2.10

0 commit comments

Comments
 (0)