Merge pull request #4983 from Dokploy/fix/release-tag-target-commitish

fix(ci): create release tags on the pushed commit instead of default branch
This commit is contained in:
Mauricio Siu 2026-08-06 00:43:48 -06:00 committed by GitHub
commit 1f04ebf3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,6 +164,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.get_version.outputs.version }}
target_commitish: ${{ github.sha }}
name: ${{ steps.get_version.outputs.version }}
generate_release_notes: true
draft: false