From 36aafdf9d001955496c089b1ac70447a1655f6e5 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 07:58:10 +0000 Subject: [PATCH] Update .gitea/workflows/build_and_puplish.yml --- .gitea/workflows/build_and_puplish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_puplish.yml b/.gitea/workflows/build_and_puplish.yml index 09428ce..8ffe643 100644 --- a/.gitea/workflows/build_and_puplish.yml +++ b/.gitea/workflows/build_and_puplish.yml @@ -19,7 +19,7 @@ jobs: # - name: Install VSCE # run: npm -g i @vscode/vsce - name: Tag Name - run: echo 'TAG: ${{ gitea.tag }}' + run: echo TAG: ${{ gitea.tag }} # - name: Build Package Files # run: npm run package # - name: Publish to Visual Studio Marketplace