Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 07:57:54 +00:00
parent 609903dd59
commit b010205f99
+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