Update .gitea/workflows/build_and_puplish.yml
This commit is contained in:
@@ -8,14 +8,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Install NPM
|
||||
run: npm i
|
||||
- name: Install VSCE
|
||||
run: npm -g i @vscode/vsce
|
||||
# - name: Install NodeJS
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: 20
|
||||
# - name: Install NPM
|
||||
# run: npm i
|
||||
# - name: Install VSCE
|
||||
# run: npm -g i @vscode/vsce
|
||||
- name: Tag Name
|
||||
run: echo ${{ gitea.tag_name }}
|
||||
# - name: Build Package Files
|
||||
|
||||
Reference in New Issue
Block a user