diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1273ab7..dedbf23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: bun 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 }} @@ -52,7 +52,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