# Copia in: .gitea/workflows/release.yml # Trigger: git tag v* → pubblica su npm + crea release Gitea # # NOTA: i job girano in parallelo (non sequenziali con needs). # Gitea bug #31900: needs + workflow_call + checkout causa errori di autenticazione. name: Release on: push: tags: - 'v*' jobs: npm-publish: uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/npm-publish.yml@v1 secrets: inherit auto-release: uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/auto-release.yml@v1 secrets: inherit