From dcf83a351f73e425c7cc919f7bf3353bef57a16b Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Tue, 21 Nov 2023 01:03:51 +1100 Subject: [PATCH] Update version and fix CI action name Updated kr package's version to 1.0.2 in Cargo.toml and Cargo.lock files. Also, fixed the wrong property reference in the GitHub Actions release workflow. From "gitea.actor" to "github.actor" which might have caused incorrect workflow run name in GitHub CI/CD. --- .github/workflows/release.yaml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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