diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fab636f..dc7f447 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ packaging: artifacts: paths: - build/artifacts/radio.tar.gz + expire_in: never publishing: stage: publishing @@ -39,4 +40,4 @@ publishing: - > release-cli create --name "v$CI_COMMIT_TAG" --description "$EXTRA_DESCRIPTION" --tag-name $CI_COMMIT_TAG --ref $CI_COMMIT_SHA - --assets-link "{'name':'radio','url':'https://git.project-insanity.org/onny/nextcloud-app-radio/-/jobs/artifacts/$CI_COMMIT_TAG/download?job=packaging','link_type':'other'}" + --assets-link "{\"name\":\"radio\",\"url\":\"https://git.project-insanity.org/onny/nextcloud-app-radio/-/jobs/artifacts/${CI_COMMIT_TAG}/download?job=packaging\",\"link_type\":\"other\"}" diff --git a/Release.md b/Release.md index dc27c49..59fdbc0 100644 --- a/Release.md +++ b/Release.md @@ -1,8 +1,7 @@ ``` -git tag -a 1.0.0.4 -m "" git commit -am "test release v1.0.0.4" +git tag -a 1.0.0.4 -m "" git push --atomic origin master 1.0.0.4 -git push --tag ``` Releasing a new version works quite easy with [krankerl](https://github.com/ChristophWurst/krankerl) and [github-release](https://github.com/aktau/github-release) installed: