From a6956c70ee48d38ace1666f93b1515d398f3c44a Mon Sep 17 00:00:00 2001 From: mithereal Date: Thu, 7 Dec 2023 19:30:03 -0700 Subject: [PATCH] add increment product version workflow --- .github/workflows/increment_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment_version.yml b/.github/workflows/increment_version.yml index 9075203..4326947 100644 --- a/.github/workflows/increment_version.yml +++ b/.github/workflows/increment_version.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.36.0 + uses: data-twister/github-tag-action-elixir env: GITHUB_TOKEN: ${{ github.token }} WITH_V: true