diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 937c895..4cbf848 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ name: Releasing -run-name: ${{ gitea.actor }} is building a release releasing 🚀 +run-name: ${{ github.actor }} is building a release releasing 🚀 on: [release] jobs: diff --git a/Cargo.lock b/Cargo.lock index a4753b5..745adaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "kr" -version = "1.0.0" +version = "1.0.2" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 7c97bf6..e3cd421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kr" -version = "1.0.1" +version = "1.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html