This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main
|
||||
# tags:
|
||||
# - '*'
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -17,7 +19,7 @@ jobs:
|
||||
# - name: Install VSCE
|
||||
# run: npm -g i @vscode/vsce
|
||||
- name: Tag Name
|
||||
run: echo ${{ gitea.tag_name }}
|
||||
run: echo ${{ gitea.tag }}
|
||||
# - name: Build Package Files
|
||||
# run: npm run package
|
||||
# - name: Publish to Visual Studio Marketplace
|
||||
|
||||
Reference in New Issue
Block a user