diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 4ca4be3..c5b762a 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@v1.2 + uses: anas-elgarhy/aur-release-action@2 with: ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 446e016..0ad3c1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.2.3" +version = "0.2.4" edition = "2021" authors = ["Anas Elgarhy "] description = "A simple CLI tool to convert the images to ASCII art"