Browse Source

workflow: update actions

陈凯龙 3 năm trước cách đây
mục cha
commit
3583c9d859
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      .github/workflows/release.yml

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

@@ -7,7 +7,6 @@ name: Release
 
 jobs:
   contrib-readme-en-job:
-    needs: [release-please]
     runs-on: ubuntu-latest
     name: A job to automate contrib in readme
     steps:
@@ -17,7 +16,6 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
 
   contrib-readme-job:
-    needs: [release-please]
     runs-on: ubuntu-latest
     name: A job to automate contrib in readme.zh-CN
     steps: