Parcourir la source

fix release workflow

Yuki Takei il y a 6 ans
Parent
commit
688749766f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      .github/workflows/release.yml

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

@@ -19,7 +19,6 @@ jobs:
       run: |
         git config --local user.name "GitHub Action"
         git config --local user.email "info@weseek.co.jp"
-        git remote add origin "https://${{ env.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.GITHUB_REPOSITORY }}"
 
     - name: Bump version
       run: |