From 3aabba7e58730cfc4061e386577afa0a12b51871 Mon Sep 17 00:00:00 2001 From: ankitkumar Date: Thu, 28 Mar 2024 08:30:46 +0530 Subject: [PATCH] changed workflow machine to macos --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df16579..e2f2e7a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,10 +3,15 @@ name: Publish on: release: types: [ created ] + workflow_dispatch: + inputs: + version: + description: 'Version' + required: true jobs: deploy: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v2