This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user