Update .gitea/workflows/build_and_puplish.yml
/ build_and_publish (push) Successful in 3s

This commit is contained in:
2025-01-08 07:54:52 +00:00
parent d85d2b3cbf
commit 6a58dd018f
+5 -3
View File
@@ -1,7 +1,9 @@
on: on:
push: push:
tags: branches:
- '*' - main
# tags:
# - '*'
jobs: jobs:
build_and_publish: build_and_publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -17,7 +19,7 @@ jobs:
# - name: Install VSCE # - name: Install VSCE
# run: npm -g i @vscode/vsce # run: npm -g i @vscode/vsce
- name: Tag Name - name: Tag Name
run: echo ${{ gitea.tag_name }} run: echo ${{ gitea.tag }}
# - name: Build Package Files # - name: Build Package Files
# run: npm run package # run: npm run package
# - name: Publish to Visual Studio Marketplace # - name: Publish to Visual Studio Marketplace