diff --git a/.github/workflows/upload_release.yaml b/.github/workflows/upload_release.yaml index 29c3f49..9c2d577 100644 --- a/.github/workflows/upload_release.yaml +++ b/.github/workflows/upload_release.yaml @@ -21,8 +21,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + tag: ${{ github.ref }} + name: Release ${{ github.ref }} draft: false prerelease: false allowUpdates: true