From 8411792dc5aaab2de8af84ee3684a2a28b6df91f Mon Sep 17 00:00:00 2001 From: xobotyi Date: Sun, 9 Oct 2022 13:01:21 +0200 Subject: [PATCH] ci: run contributors generation after release Currently, autorelease is broken due to gen-contrib action performs commits to readme and semantic-release rejects to publish version due to being behind master --- .github/workflows/ci-cd.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c3412a0d8..6c933751a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -134,7 +134,7 @@ jobs: gen-contributors: name: "Generate Contributors List" runs-on: ubuntu-latest - needs: [ "test", "build", "lint" ] + needs: [ "test", "build", "lint", "semantic-release" ] if: github.event_name == 'push' permissions: contents: write diff --git a/README.md b/README.md index adbe14d52..fc9830665 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Coming from `react-use`? Check out our ## Contributors - +
@@ -319,4 +319,4 @@ Coming from `react-use`? Check out our
- +