Actions Path Fix + 2.0.1 Release
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s
Build and Release Binary File / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Successful in 1m3s
Build and Release Binary File / upload-release (push) Successful in 9s

This commit is contained in:
Neshura 2023-12-17 20:37:28 +01:00
parent 40e142ccc7
commit b10455a30f
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
run: echo Placeholder Job
- name: Check if Version in Cargo.toml matches Tag
run: |
VERSION=$(cat src/Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " ")
VERSION=$(cat Cargo.toml | grep -E "(^|\|)version =" | cut -f2- -d= | tr -d \" | tr -d " ")
if test $VERSION != "${{ github.ref_name }}"; then
echo "Expected Version is: '${{ github.ref_name }}' actual Version is: '$VERSION'";
exit 1

2
Cargo.lock generated
View file

@ -281,7 +281,7 @@ dependencies = [
[[package]]
name = "ascendance-of-a-bookworm-bot"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"chrono",
"confy",

View file

@ -1,6 +1,6 @@
[package]
name = "ascendance-of-a-bookworm-bot"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html