Skip to content

Commit

Permalink
Working Open VSX Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Feb 20, 2022
1 parent 0637f35 commit e6233cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
run: npm run compile

- name: 🚀 VSCode Marketplace Publish
#if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/master'
run: |
npm install -g vsce
#vsce publish -p $VSCE_TOKEN
vsce publish -p $VSCE_TOKEN
vsce package -o vscode-home-assistant.vsix
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

- name: 🚀 Open VSX Publish
uses: HaaLeo/publish-vscode-extension@v1
# if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/master'
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
extensionFile: vscode-home-assistant.vsix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-home-assistant",
"displayName": "Home Assistant Config Helper",
"description": " Completion for entity-id's in Home Assistant Configurations",
"version": "1.25.0",
"version": "1.26.0",
"preview": false,
"engines": {
"vscode": "^1.45.1"
Expand Down

0 comments on commit e6233cb

Please sign in to comment.