From 96fa8fe76e9979a5e8bb75c03044553c7cf34407 Mon Sep 17 00:00:00 2001 From: williamfzc <178894043@qq.com> Date: Tue, 6 Feb 2024 21:03:25 +0800 Subject: [PATCH] fix(ci): checkout step --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 72f1bc0..5ccc963 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,6 +12,7 @@ jobs: cargo-publish: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 with: toolchain: stable