From b47d19e38ad6406728235eb906384ec664fd73ac Mon Sep 17 00:00:00 2001 From: kashamalasha Date: Fri, 11 Aug 2023 12:17:38 +0200 Subject: [PATCH] Postaction --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d087500..c881c18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ on: - "post-actions" jobs: - build-macos: - runs-on: macos-latest + clean-release: + runs-on: ubuntu-latest steps: - name: Get latest release info @@ -15,7 +15,7 @@ jobs: uses: octokit/graphql-action@v2.x with: query: | - query release($owner:String!,$repor:String!) { + query release($owner:String!,$repo:String!) { repository(owner:$owner,name:$repo) { releases(first:1) { nodes {