ci: fix creating cargo dir
This commit is contained in:
parent
c3cb46b8c1
commit
926f504136
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
|
||||
- name: 📤 Publish crate
|
||||
run: |
|
||||
mkdir -p ~/.cargo
|
||||
printf '[registries.thetadev]\nindex = "https://code.thetadev.de/ThetaDev/_cargo-index.git"\ntoken = "Bearer ${{ secrets.GITHUB_TOKEN }}"\n' >> ~/.cargo/config.toml
|
||||
cargo publish --registry thetadev --package "${{ env.CRATE }}"
|
||||
|
||||
|
|
|
|||
Reference in a new issue