Browse Source

fix release workflow

Yuki Takei 6 years ago
parent
commit
688749766f
1 changed files with 0 additions and 1 deletions
  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: |