Browse Source

remove unuseless step

Yuki Takei 4 years ago
parent
commit
89779bf0f7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      .github/workflows/draft-release.yml

+ 0 - 4
.github/workflows/draft-release.yml

@@ -50,10 +50,6 @@ jobs:
           RELEASE_VERSION=`npx semver -i patch ${{ needs.update-release-draft.outputs.CURRENT_VERSION }}`
           echo ::set-output name=RELEASE_VERSION::$RELEASE_VERSION
 
-      - name: Ignore CVE-2022-24765
-        run: |
-          git config --global --add safe.directory $GITHUB_WORKSPACE
-
       - name: Create/Update Pull Request
         uses: bakunyo/git-pr-release-action@master
         env: