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

fix: correct source tarball templating

parent eeb58620
No related branches found
No related tags found
No related merge requests found
Pipeline #31645 passed with stages
in 1 minute and 26 seconds
......@@ -48,10 +48,10 @@ module.exports = {
},
{
// eslint-disable-next-line no-template-curly-in-string
path: '${CI_PROJECT_NAME}-v${version}.tar.gz',
path: '${env.CI_PROJECT_NAME}-v${nextRelease.version}.tar.gz',
type: 'package',
// eslint-disable-next-line no-template-curly-in-string
filepath: '/${CI_PROJECT_NAME}-v${version}.tar.gz',
filepath: '/${env.CI_PROJECT_NAME}-v${nextRelease.version}.tar.gz',
},
],
},
......
  • Congregate Migrate @congregate_migrate

    mentioned in commit 9a1bdc97

    By GITLAB_TOKEN on 2023-11-13T11:54:50

    · Imported

    mentioned in commit 9a1bdc97

    By GITLAB_TOKEN on 2023-11-13T11:54:50

    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