From fe468ffde0fcfdea43d60d6e6c18ef3c598100f4 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sun, 13 Nov 2022 22:20:24 +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 05ed5c2..7fb3677 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.9 + uses: anas-elgarhy/aur-release-action@v4 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index d90f1b6..d7a8130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.4.5" +version = "0.4.6" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"