Skip to content

Commit

Permalink
fix(ci): adding ci deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock authored Nov 1, 2020
2 parents fc7f397 + cf30a46 commit 91782bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"displayName": "Homebridge Flair",
"name": "homebridge-flair",
"version": "0.0.0-development",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"description": "Brings the flair smart vents into homekit",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -29,7 +32,8 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm"
"@semantic-release/npm",
"@semantic-release/github"
]
},
"keywords": [
Expand Down

0 comments on commit 91782bb

Please sign in to comment.