diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0315c42..91f49c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,9 +63,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: Release ${{ github.ref.tag }} body: | - [Auto Release] Update PyWxDump + [Auto Release] Update PyWxDump to ${{ github.ref }} draft: false prerelease: false files: |