From 997f9261aa8d264ea88a1fa01fe1668a3799777f Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 12 Nov 2022 18:26:56 +0200 Subject: [PATCH] Update yoo --- .github/workflows/aur-release.yml | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index d3867ca..d836bc3 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Publish AUR package - uses: anas-elgarhy/aur-release-action@v3.3 + uses: anas-elgarhy/aur-release-action@v3.4 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} @@ -21,3 +21,4 @@ jobs: 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 + try_build_and_install: false diff --git a/Cargo.toml b/Cargo.toml index 46e0b28..ef536b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.3.8" +version = "0.3.9" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"