From 5f451bb0cf8cf13a6729185f74c879fb29a2afbf Mon Sep 17 00:00:00 2001 From: Eduardo Perez Date: Mon, 13 Sep 2021 22:59:19 -0300 Subject: [PATCH] chore(github): fix in repo release workflow --- .github/workflows/release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe8e7d8..cb87171 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,13 +30,6 @@ jobs: run: npm run build - name: Generating docs run: npm run compodoc - - name: Enable "include administrators" branch protection - uses: benjefferies/branch-protection-bot@master - if: always() # Force to always run this step to ensure "include administrators" is always turned back on - with: - access-token: ${{ secrets.NPM_TOKEN }} - owner: eduardoperez2151 - repo: openloyalty-spartacus-library - name: Commiting docs changes uses: EndBug/add-and-commit@v7 with: