diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbe98ba3..5f667161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: uses: gittools/actions/gitversion/setup@v0 with: versionSpec: 6.x - includePrerelease: true + includePrerelease: true # Remove this once v6 goes stable - name: Determine Version uses: gittools/actions/gitversion/execute@v0 diff --git a/.github/workflows/reusable-docker.yml b/.github/workflows/reusable-docker.yml index 8dfc0cd3..d220a7f9 100644 --- a/.github/workflows/reusable-docker.yml +++ b/.github/workflows/reusable-docker.yml @@ -26,6 +26,7 @@ jobs: uses: gittools/actions/gitversion/setup@v0 with: versionSpec: 6.x + includePrerelease: true # Remove this once v6 goes stable - name: Determine Version uses: gittools/actions/gitversion/execute@v0