From 25f296749307d3bba207eb5783468dd0223b9b8b Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 13 Nov 2022 15:43:14 +0200 Subject: [PATCH] Update yooo [test workflow only] --- .github/workflows/aur-release.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index a85cca0..81fe3e5 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -17,7 +17,7 @@ jobs: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} pkgbuild_path: archpackage/PKGBUILD # Use this if the PKGBUILD file is not in the root directory - aur_submodule_path: archpackage/aarty + # aur_submodule_path: archpackage/aarty git_username: Anas Elgarhy # Use this if you want to change the git username (recommended) git_email: anas.elgarhy.dev@gmail.com # Use this if you want to change the git email (recommended) commit_message: UpUp Update %FILENAME% to %VERSION% yoo # Use this if you want to change the commit message diff --git a/Cargo.toml b/Cargo.toml index 9d9520a..9d1859b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"