Browse Source

workflow: update actions

陈凯龙 3 years ago
parent
commit
5903626bc7
1 changed files with 0 additions and 21 deletions
  1. 0 21
      .github/workflows/release.yml

+ 0 - 21
.github/workflows/release.yml

@@ -6,28 +6,7 @@ on:
 name: Release
 
 jobs:
-  contrib-readme-en-job:
-    runs-on: ubuntu-latest
-    name: A job to automate contrib in readme
-    steps:
-      - name: Contribute List
-        uses: akhilmhdh/contributors-readme-action@v2.3.4
-        env:
-          GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
-
-  contrib-readme-job:
-    runs-on: ubuntu-latest
-    name: A job to automate contrib in readme.zh-CN
-    steps:
-      - name: Contribute List
-        uses: akhilmhdh/contributors-readme-action@v2.3.4
-        with:
-          readme_path: README.zh-CN.md
-        env:
-          GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
-
   release-please:
-    needs: [contrib-readme-en-job, contrib-readme-job]
     runs-on: ubuntu-latest
     steps:
       - uses: GoogleCloudPlatform/release-please-action@v3