diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74791e471..30658fac9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,8 +28,7 @@ jobs: uses: gittools/actions/gitversion/execute@v0 with: useConfigFile: true - additionalArguments: /nofetch /verbosity Diagnostic - + additionalArguments: /verbosity Diagnostic id: gitversion # step id used as reference for output values - name: Setup dotnet diff --git a/GitVersion.yml b/GitVersion.yml index 6d2fa3668..cb4800eaf 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -6,7 +6,7 @@ branches: develop: mode: ContinuousDeployment tag: pre - regex: ^develop$ + regex: ^develop?[/-] main: tag: rc increment: Patch