From b010205f995c3f23564d682deda335f0f4a2b149 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 07:57:54 +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 3039910..09428ce 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