From 8e492e2618ad753a34f44879eca3f0c2485b729d Mon Sep 17 00:00:00 2001 From: Jerome Manzano Date: Tue, 7 Mar 2023 16:12:06 +0800 Subject: [PATCH] Increment patch --- .github/workflows/win-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-release.yml b/.github/workflows/win-release.yml index b704d85..4077c7d 100644 --- a/.github/workflows/win-release.yml +++ b/.github/workflows/win-release.yml @@ -61,7 +61,7 @@ jobs: uses: "paulhatch/semantic-version@v5.0.2" with: tag_prefix: "v" - version_format: "v${major}.${increment}.${patch}" + version_format: "v${major}.${minor}.${increment}" - name: Create Release uses: ncipollo/release-action@v1