Skip to content

Commit

Permalink
Testing the new GitHub Actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Aug 25, 2019
1 parent 7504964 commit cde6492
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ jobs:
npm install -g vsce
vsce publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

# - name: VSCE
# uses: lannonbr/[email protected]
# with:
# args: publish -p ${{ secrets.VSCE_TOKEN }}
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
out/test/**
src/**
.gitignore
vsc-extension-quickstart.md
**/tsconfig.json
**/tslint.json
**/*.map
Expand Down
8 changes: 1 addition & 7 deletions 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.1.1",
"version": "1.1.2",
"preview": false,
"engines": {
"vscode": "^1.32.0"
Expand Down Expand Up @@ -51,12 +51,6 @@
],
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "extension.helloWorld",
"title": "Hello World"
}
],
"configuration": [
{
"title": "Home Assistant Config Helper",
Expand Down

0 comments on commit cde6492

Please sign in to comment.