From 3b3a9bdc9fc2bf2565c37ef7b8f0ad437870b268 Mon Sep 17 00:00:00 2001 From: Corey Petty Date: Wed, 13 Apr 2022 12:05:55 -0400 Subject: [PATCH] typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 80854b2..b0a39a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - build + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3