Skip to content

Commit e74c530

Browse files
authored
Merge pull request #23 from goto-opensource/feature/hendriks/fix-badge
chore: fix build badge
2 parents a726e57 + 35d3a7b commit e74c530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust toolchain
2727
uses: dtolnay/rust-toolchain@stable
2828
- name: Run release-plz
29-
uses: MarcoIeni/release-plz-action@v0.4
29+
uses: MarcoIeni/release-plz-action@v0.5
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Secure Frame (SFrame)
22
=======================
3-
[![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")
3+
[![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")
44
[![version](https://img.shields.io/crates/v/sframe)](https://crates.io/crates/sframe/)
55
[![Crates.io](https://img.shields.io/crates/d/sframe)](https://crates.io/crates/sframe)
66
[![license](https://img.shields.io/crates/l/sframe.svg?style=flat)](https://crates.io/crates/sframe/)

0 commit comments

Comments
 (0)