From bfe86435003c94d5128870829f6f20b9568f622a Mon Sep 17 00:00:00 2001 From: Oleg Yukhnevich Date: Wed, 22 May 2024 19:46:25 +0300 Subject: [PATCH] fix --- .github/workflows/publish-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3597804d..71b871d8 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -8,7 +8,6 @@ concurrency: jobs: publish: runs-on: macos-14 - needs: [ create_staging_repository ] steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-gradle