Skip to content

Commit 81cd01b

Browse files
authored
fix: borked semantic release (#1)
* chore: add codeowners * fix: ref to wrong repo
1 parent e2b9c55 commit 81cd01b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: just test-coverage
4848

4949
- name: Upload coverage to Codecov
50-
if: matrix.node-version == '20.x' && github.repository == 'jacobboykin/amazing-marvin-client-javascript'
50+
if: matrix.node-version == '20.x' && github.repository == 'jacobboykin/amazing-marvin-client-js'
5151
uses: codecov/codecov-action@v4
5252
with:
5353
files: ./coverage/lcov.info

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @jacobboykin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ todo: this needs to be cleaned up and we need to publish to npm
7575

7676
### Alternative: Install from GitHub
7777
```bash
78-
npm install github:jacobboykin/amazing-marvin-client-javascript
78+
npm install github:jacobboykin/amazing-marvin-client-js
7979
```
8080

8181
## Quick Start

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
"license": "MIT",
5353
"repository": {
5454
"type": "git",
55-
"url": "https://github.com/jacobboykin/amazing-marvin-client-javascript.git"
55+
"url": "https://github.com/jacobboykin/amazing-marvin-client-js.git"
5656
},
5757
"bugs": {
58-
"url": "https://github.com/jacobboykin/amazing-marvin-client-javascript/issues"
58+
"url": "https://github.com/jacobboykin/amazing-marvin-client-js/issues"
5959
},
60-
"homepage": "https://github.com/jacobboykin/amazing-marvin-client-javascript#readme",
60+
"homepage": "https://github.com/jacobboykin/amazing-marvin-client-js#readme",
6161
"devDependencies": {
6262
"@eslint/js": "^9.0.0",
6363
"@commitlint/cli": "^18.0.0",

0 commit comments

Comments
 (0)