Compare commits

..

No commits in common. "b8fc001ccf466034c8298f35603b6bcb66b9e90d" and "926f50413613ddd0a5d220bdc102c749f79af2de" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -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.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 }}" cargo publish --registry thetadev --package "${{ env.CRATE }}"
- name: 🎉 Publish release - name: 🎉 Publish release

View file

@ -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 -->