Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 07:57:33 +00:00
parent 6a58dd018f
commit 609903dd59
+1 -1
View File
@@ -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