diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b6a6c7..2050652 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: tags: - v[0-9]+.[0-9]+.[0-9]+ + workflow_dispatch: permissions: contents: write diff --git a/Cargo.lock b/Cargo.lock index 1e56341..77be1c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "gh-templates" -version = "0.0.1" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fba5ed8..d5b238f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "gh-templates" -version = "0.0.1" -edition = "2024" +version = "0.1.1" +edition = "2021" +authors = ["John Kagunda rafaeljohb@gmail.com"] +description = "A template project for GitHub-related utilities." +license = "APACHE-2.0" + [dependencies] anyhow = "1.0.98"