add missing informations for creating release

This commit is contained in:
Michael Jerger 2023-08-11 16:17:42 +02:00
parent ee58151a8d
commit 700a0a2f4f
2 changed files with 3 additions and 0 deletions

View file

@ -65,6 +65,8 @@ class ReleaseService:
self.artifact_deployment_api.calculate_checksums(artifact_path)
self.artifact_deployment_api.create_forgejo_release(
release.forgejo_release_api_endpoint(),
release.version.to_string(),
release.release_artifact_token
)
# create release
# add artifacts to release

View file

@ -54,6 +54,7 @@ def devops_config(overrides: dict) -> dict:
"release_primary_build_file": "./package.json",
"release_secondary_build_file": [],
"release_artifacts": [],
"release_artifact_token": "release_artifact_token",
"release_artifact_server_url": None,
"release_organisation": None,
"release_repository_name": None,