From b10455a30ff62d861d4f0ea0742aabc82aecd249 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 17 Dec 2023 20:37:28 +0100 Subject: [PATCH] Actions Path Fix + 2.0.1 Release --- .forgejo/workflows/build+release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/build+release.yml b/.forgejo/workflows/build+release.yml index 90e45cc..ad2b476 100644 --- a/.forgejo/workflows/build+release.yml +++ b/.forgejo/workflows/build+release.yml @@ -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 diff --git a/Cargo.lock b/Cargo.lock index b59f13e..e342a56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "ascendance-of-a-bookworm-bot" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index 90cb53f..a8ed2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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