diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11b30af..b2b3e56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: pnpm run build - name: Generate new tag version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 id: tag_version with: github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }} @@ -58,7 +58,7 @@ jobs: branch: main - name: Generate new tag version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.TREE_STRUCTURE_TS_PAT }} release_branches: main