diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79613b03a..add0ca6a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: '5.x' + versionSpec: '6.x' includePrerelease: true - name: Determine Version diff --git a/GitVersion.yml b/GitVersion.yml index f038b97e7..37b879e91 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -6,9 +6,10 @@ branches: develop: mode: ContinuousDeployment tag: pre - regex: ^develop?[/-] + regex: develop source-branches: - main + pre-release-weight: 100 main: tag: rc increment: Patch