@@ -1,7 +1,7 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -23,5 +23,6 @@ jobs:
|
||||
- name: Build Package Files
|
||||
run: npm run package
|
||||
- name: Publish to Visual Studio Marketplace
|
||||
run: vsce publish ${{ secrets.VSCODE_MARKETPALCE }}
|
||||
|
||||
run: vsce publish ${{ github.ref_name }}
|
||||
env:
|
||||
VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }}
|
||||
|
||||
Reference in New Issue
Block a user