From 31b412948e294ff5e2527a49dfd9bf744432855b Mon Sep 17 00:00:00 2001 From: Xiangru Lian Date: Tue, 26 Oct 2021 14:07:21 -0700 Subject: [PATCH] ci: fix release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 248ffdb..cd6556a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release - uses: Douile/rust-build.action@v0.1.26 + uses: Douile/rust-build.action@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RUSTTARGET: ${{ matrix.target }}