Compare commits
2 commits
926f504136
...
b8fc001ccf
Author | SHA1 | Date | |
---|---|---|---|
b8fc001ccf | |||
379698c66c |
2 changed files with 10 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: 📤 Publish crate
|
- name: 📤 Publish crate
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.cargo
|
mkdir -p ~/.cargo
|
||||||
printf '[registries.thetadev]\nindex = "https://code.thetadev.de/ThetaDev/_cargo-index.git"\ntoken = "Bearer ${{ secrets.GITHUB_TOKEN }}"\n' >> ~/.cargo/config.toml
|
printf '[registries.thetadev]\nindex = "https://code.thetadev.de/ThetaDev/_cargo-index.git"\ntoken = "Bearer ${{ secrets.TOKEN_GITEA }}"\n' >> ~/.cargo/config.toml
|
||||||
cargo publish --registry thetadev --package "${{ env.CRATE }}"
|
cargo publish --registry thetadev --package "${{ env.CRATE }}"
|
||||||
|
|
||||||
- name: 🎉 Publish release
|
- name: 🎉 Publish release
|
||||||
|
|
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 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