Skip to content

Commit 0cb2c86

Browse files
committed
fix: Trying to get the version numbers right
1 parent 76bb4b0 commit 0cb2c86

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ jobs:
5151
- run:
5252
name: Generate Semantic Release
5353
command: yarn semantic-release
54-
- save_cache:
55-
name: Save Release Notes
54+
- persist_to_workspace:
55+
root: workspace
5656
paths:
5757
- build
5858
- package.json
59-
key: v1-release-notes
6059

6160
release_windows:
6261
<<: *defaults

.releaserc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
["@semantic-release/npm", {
66
"npmPublish": false
77
}],
8-
"@semantic-release/github",
98
[
109
"@semantic-release/exec",
1110
{

0 commit comments

Comments
 (0)