From cc0aac18351bb88dce2ad4f419b3f8666859a233 Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Sun, 25 Feb 2024 14:35:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Actions=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-and-cargo-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-and-cargo-publish.yml b/.github/workflows/release-and-cargo-publish.yml index bf885dc..f3ba56e 100644 --- a/.github/workflows/release-and-cargo-publish.yml +++ b/.github/workflows/release-and-cargo-publish.yml @@ -111,7 +111,6 @@ jobs: tar czvf rslack-${{ matrix.artifact_prefix }}.tar.gz rslack shasum -a 256 rslack-${{ matrix.artifact_prefix }}.tar.gz > rslack-${{ matrix.artifact_prefix }}.sha256 - name: Releasing assets - runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |