Browse Source

fix syntax of release.yml

Yuki Takei 6 years ago
parent
commit
cbcb5587ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

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

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