File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scripts/dataset/publish/gitlab Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default async function publish({
20
20
let projectId = null ;
21
21
const gitlabAPIUrl = config . get ( '@opentermsarchive/engine.dataset.apiBaseURL' ) ;
22
22
23
- const [ owner , repo ] = new URL ( config . get ( '@opentermsarchive/engine.dataset.versionsRepositoryURLGitLab ' ) )
23
+ const [ owner , repo ] = new URL ( config . get ( '@opentermsarchive/engine.dataset.versionsRepositoryURL ' ) )
24
24
. pathname
25
25
. split ( '/' )
26
26
. filter ( Boolean ) ;
@@ -101,7 +101,7 @@ export default async function publish({
101
101
logger . debug ( `package file id: ${ packageFilesId } ` ) ;
102
102
103
103
// use the package id to build the download url for the release
104
- const publishedPackageUrl = `${ config . get ( '@opentermsarchive/engine.dataset.versionsRepositoryURLGitLab ' ) } /-/package_files/${ packageFilesId } /download` ;
104
+ const publishedPackageUrl = `${ config . get ( '@opentermsarchive/engine.dataset.versionsRepositoryURL ' ) } /-/package_files/${ packageFilesId } /download` ;
105
105
106
106
// Create the release and link the package
107
107
const formData = new FormData ( ) ;
You can’t perform that action at this time.
0 commit comments