Update .gitea/workflows/build_and_puplish.yml

This commit is contained in:
2025-01-08 07:37:41 +00:00
parent 2eec0ad3d9
commit bd5d10508e
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
run: npm i
- name: Install VSCE
run: npm -g i @vscode/vsce
run: ${{ gitea.tag_name }}
run: echo ${{ gitea.tag_name }}
# - name: Build Package Files
# run: npm run package
# - name: Publish to Visual Studio Marketplace