diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 02bd87d..f0f43f5 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -31,7 +31,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: v$(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }} - release_name: $(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }} + name: $(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }} body: "Automatically generated release for file update" draft: false prerelease: false