We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62dc71 commit e4c41b8Copy full SHA for e4c41b8
.github/workflows/release.yml
@@ -18,6 +18,17 @@ jobs:
18
- env:
19
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
20
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
21
+ - name: Temporarily disable "include administrators" branch protection
22
+ uses: benjefferies/[email protected]
23
+ with:
24
+ access_token: ${{ secrets.GITHUB_TOKEN }}
25
+ branch: ${{ github.event.repository.default_branch }}
26
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
run: pnpm release-it
29
+ - name: Enable "include administrators" branch protection
30
31
+ if: always()
32
33
34
0 commit comments