From 30187d8f77d8e0e3597d9378385932bc5d451127 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 30 Jul 2023 23:22:34 +0200 Subject: [PATCH] remove should-semantic-release --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ecfe36..fd1199f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,9 +33,8 @@ jobs: - env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} run: | - if pnpm run should-semantic-release ; then - pnpm release-it --verbose - fi + pnpm release-it --verbose + - if: always() name: Recreate branch protection on main uses: actions/github-script@v6.4.1