Skip to content

Commit

Permalink
Merge pull request #36 from Cosmian/feature/fix_wasm_build
Browse files Browse the repository at this point in the history
Fix cargo publish
  • Loading branch information
Manuthor authored Sep 12, 2022
2 parents b0d2868 + 9514966 commit 688f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ cargo_publish:
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d+.\d+.\d+$/'
before_script:
- apt update && apt install git
- apt update && apt install -y git
script:
- echo "[registry]" > ~/.cargo/credentials
- echo "token = \"$CRATES_IO\"" >> ~/.cargo/credentials
Expand Down

0 comments on commit 688f6aa

Please sign in to comment.