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

This commit is contained in:
2025-01-08 06:17:48 +00:00
parent 37c7be7727
commit 6f43d8e96e
+7 -2
View File
@@ -1,10 +1,15 @@
on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install NPM
run: npm i
- name: Install VSCE
run: npm -g i @vscode/vsce