Compare commits
No commits in common. "b8fc001ccf466034c8298f35603b6bcb66b9e90d" and "926f50413613ddd0a5d220bdc102c749f79af2de" have entirely different histories.
b8fc001ccf
...
926f504136
2 changed files with 1 additions and 10 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: 📤 Publish crate
|
||||
run: |
|
||||
mkdir -p ~/.cargo
|
||||
printf '[registries.thetadev]\nindex = "https://code.thetadev.de/ThetaDev/_cargo-index.git"\ntoken = "Bearer ${{ secrets.TOKEN_GITEA }}"\n' >> ~/.cargo/config.toml
|
||||
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 }}"
|
||||
|
||||
- name: 🎉 Publish release
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## v0.1.0 - 2024-03-22
|
||||
|
||||
Initial release
|
||||
|
||||
<!-- generated by git-cliff -->
|
Loading…
Reference in a new issue