diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52ff3ef1..6d2b1e78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,8 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: 5.x + versionSpec: 6.x + includePrerelease: true - name: Determine Version uses: gittools/actions/gitversion/execute@v0 diff --git a/.github/workflows/reusable-docker.yml b/.github/workflows/reusable-docker.yml index e7073c66..12ccf85d 100644 --- a/.github/workflows/reusable-docker.yml +++ b/.github/workflows/reusable-docker.yml @@ -25,7 +25,8 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0 with: - versionSpec: 5.x + versionSpec: 6.x + includePrerelease: true - name: Determine Version uses: gittools/actions/gitversion/execute@v0