From 9bdce5eeff7d380b9904bcb9e76a3d555fb9f5b6 Mon Sep 17 00:00:00 2001 From: kbwo Date: Wed, 22 May 2024 23:20:01 +0900 Subject: [PATCH] update --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c3edb9..91f5179 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Rust uses: actions-rs/toolchain@v1 @@ -27,9 +27,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ github.ref }} files: build.tar.gz - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}