From 72ec928825b3235b3772dc255e1b159ad2d6b983 Mon Sep 17 00:00:00 2001 From: Oleksandr Prypkhan Date: Mon, 13 May 2024 13:43:37 +0300 Subject: [PATCH] fix: Run release on GH runners (#30) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76c5c23..a48876e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ on: jobs: release: name: Release - runs-on: packages + runs-on: ubuntu-latest if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout