diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b162ec9..81a8713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,13 +44,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2 + uses: gittools/actions/gitversion/setup@v3.0.3 with: - versionSpec: '5.x' + versionSpec: '6.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v2 + uses: gittools/actions/gitversion/execute@v3.0.3 with: useConfigFile: true diff --git a/GitVersion.yml b/GitVersion.yml index 0093d88..8dab3d1 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1 +1,2 @@ -mode: Mainline +workflow: GitHubFlow/v1 +mode: ContinuousDeployment