Merge pull request #909 from crazy-max/publish-commitish

ci(publish): no need to set target_commitish
This commit is contained in:
CrazyMax
2025-12-18 18:20:18 +01:00
committed by GitHub

View File

@@ -56,7 +56,6 @@ jobs:
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
with: with:
draft: true draft: true
target_commitish: ${{ github.sha }}
generate_release_notes: true generate_release_notes: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}