Merge pull request 'test new pipline' (#20) from tcl_language_support into main
/ build_and_publish (push) Successful in 47s
/ build_and_publish (push) Successful in 47s
Reviewed-on: #20
This commit was merged in pull request #20.
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