File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,19 @@ jobs:
7070 REF : ${{ github.ref }}
7171
7272 - name : Push to unprotected branch
73- if : inputs.is_branch_protected == 'false'
7473 shell : bash
7574 run : |
7675 git push --follow-tags
7776 env :
7877 REF : ${{ github.ref }}
7978
80- - name : Push to protected branch
81- if : inputs.is_branch_protected == 'true'
82- uses : CasperWA/push-protected@v2
83- with :
84- token : ${{ secrets.GITHUB_TOKEN }}
85- branch : main
86- unprotect_reviews : true
87- tags : true
79+ # - name: Push to protected branch
80+ # uses: CasperWA/push-protected@v2
81+ # with:
82+ # token: ${{ secrets.GITHUB_TOKEN }}
83+ # branch: main
84+ # unprotect_reviews: true
85+ # tags: true
8886
8987 - name : Publish release
9088 uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments