From 742edcfbb66345cdf11e04db0ea8123d9651237d Mon Sep 17 00:00:00 2001 From: "lukasz.suski" Date: Mon, 11 Oct 2021 09:43:20 +0200 Subject: [PATCH] Automate release process via GiHub Actions - test --- .github/workflows/realease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index d295881..ad3cf50 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -36,7 +36,7 @@ jobs: create-github-release: name: Create GitHub Release and Git tag needs: publish - runs-on: macos-latest + runs-on: ubuntu-latest environment: Release permissions: contents: write