Skip to content

Commit 093a82d

Browse files
committed
chore: Update release.yml and remove unused imports in AppService
1 parent 5b1994e commit 093a82d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)