From 17d2c6aa57d3a77e90aef139a7e068ca7aa315f5 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 09:56:30 +0200 Subject: [PATCH] Clean --- .github/workflows/cd.yml | 1 + scripts/release.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 13f7b57..f2c7332 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,6 +9,7 @@ on: jobs: release: + name: Release runs-on: ubuntu-latest steps: - name: Checkout repo diff --git a/scripts/release.sh b/scripts/release.sh index f9c419c..82aee11 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -25,4 +25,4 @@ if [ -z "$tagged" ]; then else echo "Tag $tag already exists" -fi \ No newline at end of file +fi