Closed olivier-roussel closed 11 months ago
Hello @olivier-roussel
Sorry for waknig up that late. Is this PR still needed ?
Yes, otherwise source code assets for releases that are not on master
will be incorrectly be taken from master
(repo default branch), instead of the branch / commit pointed by target_commitish
(see https://github.com/softprops/action-gh-release#inputs).
Propagates #112 and #113 into
master
. Thesoftprops/action-gh-release
Github action used in the CI to deploy assets was incorrectly configured to themaster
branch (default behavior), instead of the current release set by thesofa_branch
field in thebuild-and-test
matrix. This lead to the following undesired behavior:release-<version>
) was incorrectly set tomaster
branch, which is invalid when current release is notmaster
(such asv<version>
)