From 609903dd5994f833b418f5940668530513edb9ec Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 8 Jan 2025 07:57:33 +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 58432ce..3039910 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 ${{ gitea.tag }} + run: echo "TAG: ${{ gitea.tag }}" # - name: Build Package Files # run: npm run package # - name: Publish to Visual Studio Marketplace