Skip to content

Commit

Permalink
fix: correct release remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Feb 3, 2022
1 parent 77c6515 commit 11a1763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '@open-sauced/semantic-release-conventional-config'
name: '@open-sauced/release'
author: '0-vortex'
description: 'Run @open-sauced/semantic-release-conventional-config on a repo'
description: 'Run @open-sauced/release on a repo'
outputs:
release-tag:
description: 'The tag that was released on success'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"node": ">=14",
"npm": ">=7"
},
"bugs": "https://github.com/open-sauced/semantic-release-conventional-config/issues",
"bugs": "https://github.com/open-sauced/release/issues",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-sauced/semantic-release-conventional-config.git"
"url": "git+ssh://git@github.com/open-sauced/release.git"
},
"peerDependencies": {
"semantic-release": ">=18.0.0-beta.1"
Expand Down

0 comments on commit 11a1763

Please sign in to comment.