From e7d0ac8705fd5e8bf4dff8dcef59bb586bbda319 Mon Sep 17 00:00:00 2001 From: Paras Shah Date: Mon, 4 Mar 2024 16:13:52 +0530 Subject: [PATCH] Update Github tag action version --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 4b3d207..e97d84d 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 # Fetch all history for all tags and branches - name: Bump version and push tag - uses: anothrNick/github-tag-action@v1.39.0 + uses: anothrNick/github-tag-action@v1.67.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch # Can be set to major, minor, or patch