From 21083eedd17a6432619b6e3b38a7cb66f775e872 Mon Sep 17 00:00:00 2001 From: "jona.klaess" Date: Thu, 4 Jun 2026 20:18:58 +0200 Subject: [PATCH] add tag --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2a40430..32fadd8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: run: | npm version $VERSION --no-git-tag-version npm run build - npm publish --registry https://gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/ + npm publish --registry https://gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/ --tag $VERSION - name: Build & publish image env: TAG: ${{ steps.generate_tag.outputs.TAG }}