test new pipline
This commit is contained in:
@@ -39,3 +39,10 @@ jobs:
|
|||||||
run: vsce publish
|
run: vsce publish
|
||||||
env:
|
env:
|
||||||
VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }}
|
VSCE_PAT: ${{ secrets.VSCODE_MARKETPALCE }}
|
||||||
|
- name: Upload VSIX to Release
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: "*.vsix"
|
||||||
|
# generate_release_notes: true # Automatische Release Notes
|
||||||
|
# draft: false # N
|
||||||
|
# prerelease: false
|
||||||
|
|||||||
Reference in New Issue
Block a user