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.
This commit is contained in:
Ian Wijma 2023-11-21 01:03:51 +11:00
parent 66ab232c9d
commit dcf83a351f
3 changed files with 3 additions and 3 deletions

View File

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

2
Cargo.lock generated
View File

@ -123,7 +123,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "kr"
version = "1.0.0"
version = "1.0.2"
dependencies = [
"clap",
]

View File

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