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