wip: github action
This commit is contained in:
@@ -5,11 +5,13 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- "github-v*.*.*"
|
||||
- "!github-v1"
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
workflows: write
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
|
||||
@@ -33,3 +33,4 @@ jobs:
|
||||
working-directory: ./sdks/vscode
|
||||
env:
|
||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||
OPENVSX_TOKEN: ${{ secrets.OPENVSX_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user