Skip to content

Commit

Permalink
Fix: github repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Mar 11, 2023
1 parent c9bb386 commit 654484b
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -2,7 +2,7 @@ name: NPM Package

on:
push:
branches: [ master ]
branches: [ workflow ]

jobs:
publish-npm:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/wavesurfer-js/wavesurfer.js.git"
"url": "git@github.com:wavesurfer-js/wavesurfer.js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 654484b

Please sign in to comment.