From 34102792f52228b0abe4a15fbfbac2b42dee0dfc Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Sat, 18 Nov 2023 22:39:30 -0500 Subject: [PATCH] Change branch history checks to only "last" (#113) --- .github/workflows/tags.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index 451714a..dce3d37 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.merge_commit_sha }} fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.64.0 # Don't use @master or @v1 unless you're happy to test the latest version + uses: anothrNick/github-tag-action@1.64.0 env: DEFAULT_BUMP: patch GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -24,3 +24,4 @@ jobs: MINOR_STRING_TOKEN: MINOR PATCH_STRING_TOKEN: PATCH NONE_STRING_TOKEN: NONE + BRANCH_HISTORY: last