Skip to content

Commit

Permalink
feat: force a deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Oct 18, 2020
1 parent dc73b37 commit f6f966b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "lzear",
"repository": {
"type": "git",
"url": "git+https://github.com/lzear/votes.git"
"url": "https://github.com/lzear/votes.git"
},
"license": "MIT",
"engines": {
Expand All @@ -30,7 +30,7 @@
"deploy-docs": "ts-node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "dotenv -e .env semantic-release",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged",
"travis-deploy-once": "travis-deploy-once",
Expand Down Expand Up @@ -110,6 +110,9 @@
"test": "test"
},
"release": {
"branches": ["master", "next"]
"branches": [
"master",
"next"
]
}
}

0 comments on commit f6f966b

Please sign in to comment.