From 0a620c3b0cabf7d4f37310602c61502c7d0865a2 Mon Sep 17 00:00:00 2001 From: Property404 Date: Sat, 9 Nov 2024 09:09:18 -0600 Subject: [PATCH] Bump as test --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45dd4a2..5217b15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Release if: startsWith(github.ref, 'refs/tags/') - uses: actions/upload-release-assets@v1 + uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/Cargo.lock b/Cargo.lock index 269620e..5b8cdbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "its-a-unix-system" -version = "0.1.1-alpha.2" +version = "0.1.1-alpha.3" dependencies = [ "anyhow", "ascii", diff --git a/Cargo.toml b/Cargo.toml index cd4645a..2a99118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "its-a-unix-system" description = "A unix terminal for your website" -version = "0.1.1-alpha.2" +version = "0.1.1-alpha.3" authors = ["Property404 "] edition = "2021" repository = "https://github.com/Property404/its-a-unix-system"