From 5de6e5ebd46bd20e666f0cb15bc0449ec46a3a1b Mon Sep 17 00:00:00 2001 From: Frkri <57220519+frkri@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:56:17 +0000 Subject: [PATCH] release --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3417276..83021a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: file_pattern: "Cargo.toml Cargo.lock" add-release-assets: - name: Add Release assets ${{ matrix.target }} + name: Release assets ${{ matrix.target }} runs-on: ubuntu-latest strategy: fail-fast: false @@ -47,6 +47,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Cache + uses: Swatinem/rust-cache@v2 + - name: Bump version in Cargo.toml and Cargo.lock run: | sed -i "s/^version = \".*\"/version = \"${TAG_VERSION:1}\"/" Cargo.toml