diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69098b4..a1912f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,6 @@ jobs: - name: Upload uses: ncipollo/release-action@v1 with: - token: ${{ secrets.SPIDER_CRAB_TOKEN }} artifacts: target/release/spider-crab tag: ${{ github.ref }} allowUpdates: false diff --git a/Cargo.lock b/Cargo.lock index 962fcf9..8a22382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1575,7 +1575,7 @@ dependencies = [ [[package]] name = "spider-crab" -version = "0.1.3" +version = "0.1.4" dependencies = [ "async-recursion", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8d055c2..837606b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spider-crab" -version = "0.1.3" +version = "0.1.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html