diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1ffdf2..36ee8df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Git tag if: ${{ github.event_name == 'push' }} - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ env.VERSION }}