Skip to content

Commit

Permalink
fix(workflow): set correct target commit for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Mar 20, 2024
1 parent b372955 commit ac148cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
tag_name: ${{ inputs.tag }}
draft: false
fail_on_unmatched_files: true
target_commitish: develop
target_commitish: ${{ github.sha }}
generate_release_notes: ${{ inputs.generate-changelogs }}

0 comments on commit ac148cf

Please # to comment.