diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index b144215..fa66f37 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -41,7 +41,7 @@ jobs: - name: Remove Previous Release uses: liudonghua123/delete-release-action@v1 with: - release_name: Windows Release [${{ github.ref_name }}] + release_name: Windows Release ${{ github.ref_name }} env: GITHUB_TOKEN: ${{ github.token }}