Skip to content

Commit

Permalink
feat: Aggiungi creazione e push del tag per la nuova versione nel wor…
Browse files Browse the repository at this point in the history
…kflow di rilascio
  • Loading branch information
d-beezee committed Dec 24, 2024
1 parent 1d7d3e0 commit d66f5f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit d66f5f3

Please sign in to comment.