Skip to content
Snippets Groups Projects

add smith and membership commands

Merged Hugo Trentesaux requested to merge hugo-dev into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -42,7 +42,7 @@ upload:
- if: $CI_COMMIT_TAG
script:
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file target/release/gcli "${PACKAGE_REGISTRY_URL}"
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --header "Content-Type: application/octet-stream" --upload-file target/release/gcli "${PACKAGE_REGISTRY_URL}"
# create a gitlab release pointing to this binary
release:
Loading