From 7b1137b2cc7f298e32d6223fd34b75c91392b3ee Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:27:32 +0200 Subject: fix: relase -> release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed9ca61..5989a02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} prepare-release: - name: Prepare a relase + name: Prepare a release runs-on: ubuntu-22.04 needs: build if: ${{ 'push' == github.event_name && startsWith(github.ref, 'refs/tags/') }} -- cgit