Skip to content
Snippets Groups Projects
Commit 4044d95c authored by ale's avatar ale
Browse files

Show version in CI release step

parent 7776fa4b
No related branches found
Tags 0.2.1c
No related merge requests found
......@@ -34,6 +34,7 @@ release:
- mkdir liber-${VERSION}
- go build -o liber-${VERSION}/liber ./cmd/liber
- tar czf liber-${VERSION}.tar.gz liber-${VERSION}
- echo uploading liber-${VERSION}.tar.gz
- "curl --header 'JOB-TOKEN: $CI_JOB_TOKEN' --upload-file liber-${VERSION}.tar.gz ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/liber/${VERSION}/liber-${VERSION}.tar.gz"
only:
- master
......
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