From 5dda8669c2644b715ac91002d0ad56f10ea3fce8 Mon Sep 17 00:00:00 2001 From: Zymrael Date: Wed, 1 Mar 2023 12:02:51 +0900 Subject: [PATCH] Fix typo in workflow --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 567ca3b..6df09ee 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,8 +8,8 @@ on: workflow_dispatch: jobs: - if: github.actor == 'Zymrael' build: + if: github.actor == 'Zymrael' runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3