diff --git a/.github/workflows/auto-tagging.yml b/.github/workflows/auto-tagging.yml index 04c6bca..359daea 100644 --- a/.github/workflows/auto-tagging.yml +++ b/.github/workflows/auto-tagging.yml @@ -10,3 +10,4 @@ jobs: - uses: Klemensas/action-autotag@stable with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + tag_prefix: "v"