From f2dd98e6835860bf622d965a91415ad661cf31b7 Mon Sep 17 00:00:00 2001 From: Matlavv Date: Mon, 18 Nov 2024 16:50:29 +0100 Subject: [PATCH] Testing version incrementing with differents levels major --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 466c0e2..be912f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Get the latest tag + - name: Get the latest ta id: get_latest_tag run: | git fetch --tags