From d66f5f3d49931db3d6ff1b881f953ada735067f3 Mon Sep 17 00:00:00 2001 From: Davide Bizzi Date: Tue, 24 Dec 2024 15:09:51 +0100 Subject: [PATCH] feat: Aggiungi creazione e push del tag per la nuova versione nel workflow di rilascio --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59025ed..077a038 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,14 @@ jobs: # Push delle modifiche sul ramo master git push origin master + - name: Create tag for new version + run: | + # Crea un tag con la nuova versione + git tag "v$NEW_VERSION" + + # Push del tag su GitHub + git push origin "v$NEW_VERSION" + - name: Create a zip of the repository run: | zip -r queen_of_hearts.zip .