Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong assets source for v23.06 release #83

Merged

Conversation

olivier-roussel
Copy link
Contributor

The softprops/action-gh-release Github action used in the CI to deploy assets was incorrectly configured to the master branch (default behavior), instead of the current release set by the sofa_branch field in the build-and-test matrix.
This lead to the following undesired behavior:

  • source code archives (zip and tar) were generated from master branch instead of release branch. Other assets (releases for Windows, Linux and MacOS) were generated from correct branch.
  • release tag pushed by this action (tag in the form release-<version>) was incorrectly set to master branch, which is invalid when current release is not master (such as v<version>)

@olivier-roussel olivier-roussel changed the title Fix softprops/action-gh-release source from master to release branch. Fix wrong assets source for v23.06 release. Aug 11, 2023
@olivier-roussel olivier-roussel changed the title Fix wrong assets source for v23.06 release. Fix wrong assets source for v23.06 release Aug 11, 2023
@alxbilger alxbilger merged commit 8fb5e8e into SofaDefrost:v23.06 Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants