From 3b545414a736a42b25f31175fc4a3ae37f4a1931 Mon Sep 17 00:00:00 2001 From: "ilya.kremniou" Date: Sun, 17 Dec 2023 15:30:13 +0300 Subject: [PATCH] ci: add tags to the push --- .github/workflows/tag-and-version.yml | 1 + 1 file changed, 1 insertion(+) 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