Skip to content
Snippets Groups Projects
Unverified Commit a17fe53d authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix: remove complex `metadata.json` naming

It looks awful in the GitLab UI.
parent beed3f56
No related branches found
No related tags found
No related merge requests found
Pipeline #31665 passed with stages
in 1 minute and 19 seconds
......@@ -24,8 +24,6 @@ module.exports = {
// eslint-disable-next-line no-template-curly-in-string
archive: '${CI_PROJECT_NAME}-v${version}.tar.gz',
// eslint-disable-next-line no-template-curly-in-string
metadata: '${CI_PROJECT_NAME}-v${version}.json',
// eslint-disable-next-line no-template-curly-in-string
url: '${CI_PROJECT_URL}/-/releases/v${version}/downloads/src.tar.gz',
},
},
......@@ -55,8 +53,7 @@ module.exports = {
filepath: '/src.tar.gz',
},
{
// eslint-disable-next-line no-template-curly-in-string
path: '${env.CI_PROJECT_NAME}-v${nextRelease.version}.json',
path: 'metadata.json',
type: 'package',
// eslint-disable-next-line no-template-curly-in-string
filepath: '/modules/${env.CI_PROJECT_NAME}/metadata.json',
......
  • Congregate Migrate @congregate_migrate

    mentioned in commit 8895f377

    By GITLAB_TOKEN on 2023-11-16T18:10:55

    · Imported

    mentioned in commit 8895f377

    By GITLAB_TOKEN on 2023-11-16T18:10:55

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment