Navigation Menu

Skip to content

Commit

Permalink
chore(release): update repository name (#21699)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jul 14, 2020
1 parent 7c2d0c9 commit 6f200ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/release.js
Expand Up @@ -132,7 +132,7 @@ async function publishGithub(version, gitTag, changelog, npmTag) {

await octokit.repos.createRelease({
owner: 'ionic-team',
repo: 'ionic',
repo: 'ionic-framework',
target_commitish: branch,
tag_name: gitTag,
name: version,
Expand Down

0 comments on commit 6f200ac

Please sign in to comment.