Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 07:58:10 +00:00
parent b010205f99
commit 36aafdf9d0
+1 -1
View File
@@ -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