From 66846f871e8c29d14a29f731cb92c095c528933c Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:17:18 -0400 Subject: [PATCH] FIX typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ac3c13..3e51170 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: steps: - run: echo "k8s config token ${{secrets.K8S_CONFIG }}" create-artifact: - runs-on: utbuntu-latest + runs-on: ubuntu-latest steps: - name: create file run: echo "v0.0.1" > version.txt