From 81bbbd7f59ed6cff2180a32111abeecd883156c7 Mon Sep 17 00:00:00 2001 From: Emanuel Lopes Date: Sat, 23 Dec 2023 14:58:19 -0300 Subject: [PATCH] ci: Add custom_tag to release script --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a0c617..29efef8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} + custom_tag: "2.6.0" # // TODO remove this after update # Generate new release - name: Generate new Release