Skip to content

Commit

Permalink
fix: Tie it all together
Browse files Browse the repository at this point in the history
  • Loading branch information
rmevans9 committed Feb 1, 2020
1 parent 22cf13c commit 5b0be6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Expand Up @@ -77,10 +77,6 @@ jobs:
- run:
name: Install dependencies
command: yarn install --ignore-engines
- restore_cache:
name: Restore Release Notes
keys:
- v1-release-notes
- run:
name: Release Windows
command: yarn release -w
Expand All @@ -99,10 +95,6 @@ jobs:
- run:
name: Install dependencies
command: yarn install --ignore-engines
- restore_cache:
name: Restore Release Notes
keys:
- v1-release-notes
- run:
name: Decode Certificates
command: base64 -D -o Certificates.p12 <<< $ReactotronCerts
Expand Down
1 change: 1 addition & 0 deletions .releaserc
Expand Up @@ -5,6 +5,7 @@
["@semantic-release/npm", {
"npmPublish": false
}],
"@semantic-release/github",
[
"@semantic-release/exec",
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "reactotron-app",
"productName": "Reactotron",
"version": "3.0.0-beta.3",
"version": "2.17.1",
"description": "Reactotron desktop mode engage!",
"author": {
"name": "Infinite Red",
Expand Down

0 comments on commit 5b0be6c

Please sign in to comment.