From 3fb68a765ae89d81e0bfe1b496c2bf083ac8f83e Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Fri, 28 Apr 2023 13:46:19 +0200 Subject: [PATCH 1/2] chore: fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbff13e..b916e14 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Secure Frame (SFrame) ======================= -[![build](https://img.shields.io/github/actions/workflow/status/goto-opensource/secure-frame-rs/ci.yml?branch=main)](https://github.com/goto-opensource/secure-frame-rs/actions?query=workflow%3A"Continuous+Integration") +[![build](https://img.shields.io/github/actions/workflow/status/goto-opensource/secure-frame-rs/ci_cd.yml?branch=main)](https://github.com/goto-opensource/secure-frame-rs/actions?query=workflow%3A"Continuous+Integration") [![version](https://img.shields.io/crates/v/sframe)](https://crates.io/crates/sframe/) [![Crates.io](https://img.shields.io/crates/d/sframe)](https://crates.io/crates/sframe) [![license](https://img.shields.io/crates/l/sframe.svg?style=flat)](https://crates.io/crates/sframe/) From 35d3a7b9d92d9ba97886dd21e796048cefef4b54 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich Date: Fri, 28 Apr 2023 13:55:14 +0200 Subject: [PATCH 2/2] ci: update release-plz action --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 2d2b096..7a0db99 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -26,7 +26,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: MarcoIeni/release-plz-action@v0.4 + uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}