From 4aa63b292d9ebe069e238a1cb56d5470c6557a67 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Fri, 8 Sep 2023 21:22:48 +0200 Subject: [PATCH] chore: fix release badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc1dcad..75a0737 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mage-os/github-actions-magento2) +![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/mage-os/github-actions) [![Unit Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-unit.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-unit.yaml) [![Integration Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-integration.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-integration.yaml) [![Installation Test](https://github.com/mage-os/github-actions/actions/workflows/_internal-install.yaml/badge.svg)](https://github.com/mage-os/github-actions/actions/workflows/_internal-install.yaml)