Skip to content

Commit 35ca9b4

Browse files
devversionjelbourn
authored andcommitted
chore: publish artifacts to organization repository (#2260)
* Currently we are publishing to `DevVersion/material-builds` for testing purposes and everything seems to work as expected. * Switching the repository to the `material2-builds` repository on the Angular organization
1 parent 508703a commit 35ca9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release/publish-build-artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)
1616
commitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)
1717
commitMessage=$(git log --oneline -n 1)
1818

19-
repoName="material-builds"
20-
repoUrl="http://github.com/DevVersion/material-builds.git"
19+
repoName="material2-builds"
20+
repoUrl="https://github.com/angular/material2-builds.git"
2121
repoDir="tmp/$repoName"
2222

2323
# Create a release of the current repository.

0 commit comments

Comments
 (0)