diff --git a/.github/workflows/tag-and-version.yml b/.github/workflows/tag-and-version.yml index e8b750c..f38f887 100644 --- a/.github/workflows/tag-and-version.yml +++ b/.github/workflows/tag-and-version.yml @@ -54,3 +54,4 @@ jobs: with: github_token: ${{ secrets.MY_TOKEN }} branch: ${{ github.ref }} + tags: true