Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
chore(): update github repo name in release (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Feb 4, 2019
1 parent f10c3e9 commit 3629f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gulp/tasks/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ task('release.publishGithubRelease', (done: Function) => {
.pipe(obj(function(file, enc, cb) {
github.releases.createRelease({
owner: 'ionic-team',
repo: 'ionic',
repo: 'ionic-v3',
target_commitish: 'v3',
tag_name: 'v' + packageJSON.version,
name: packageJSON.version,
Expand Down

0 comments on commit 3629f87

Please sign in to comment.