From f0e32bdae15b88bac00f57bc10072385ee424001 Mon Sep 17 00:00:00 2001 From: Kevin Wijnen <58944808+kevin-wijnen@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:06:00 +0200 Subject: [PATCH] [chore] Fix spelling --- .github/workflows/release-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml index 542495ad..25a280e0 100644 --- a/.github/workflows/release-linux.yaml +++ b/.github/workflows/release-linux.yaml @@ -1,6 +1,6 @@ # This workflow will... -name: Realease Linux +name: Release Linux env: GH_TOKEN: ${{ secrets.GH_TOKEN }}