diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index bba043f..3625c9a 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -30,8 +30,8 @@ jobs: # use release body in the same job - name: Upload the binary releases + uses: svenstaro/upload-release-action@v2 with: - uses: svenstaro/upload-release-action@v2 repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} body: ${{ steps.git-cliff.outputs.content }}