Skip to content

Commit 564ca95

Browse files
committed
fix: cancel ci push tags
1 parent 6b9808c commit 564ca95

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/test.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,30 @@ jobs:
6666
name: codecov-umbrella
6767
fail_ci_if_error: true
6868

69-
pushTags:
70-
needs: coverage
71-
runs-on: ubuntu-latest
72-
steps:
73-
- uses: actions/checkout@v2
74-
with:
75-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
69+
# pushTags:
70+
# needs: coverage
71+
# runs-on: ubuntu-latest
72+
# steps:
73+
# - uses: actions/checkout@v2
74+
# with:
75+
# fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
7676

77-
- uses: actions/setup-node@v1
78-
with:
79-
node-version: 10
77+
# - uses: actions/setup-node@v1
78+
# with:
79+
# node-version: 10
8080

81-
- name: Git Config
82-
run: |
83-
git config --local user.email "jiangzhiguo2010@qq.com"
84-
git config --local user.name "Mr-jiangzhiguo"
85-
- name: Version release
86-
run: |
87-
yarn install
88-
yarn release
81+
# - name: Git Config
82+
# run: |
83+
# git config --local user.email "jiangzhiguo2010@qq.com"
84+
# git config --local user.name "Mr-jiangzhiguo"
85+
# - name: Version release
86+
# run: |
87+
# yarn install
88+
# yarn release
8989

90-
- name: Push all tags
91-
uses: ad-m/github-push-action@master
92-
with:
93-
github_token: ${{ secrets.MY_GITHUB_TOKEN }}
94-
tags: true
95-
branch: main
90+
# - name: Push all tags
91+
# uses: ad-m/github-push-action@master
92+
# with:
93+
# github_token: ${{ secrets.MY_GITHUB_TOKEN }}
94+
# tags: true
95+
# branch: main

0 commit comments

Comments
 (0)