You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(create-release-pr): use correct ref in action
GitHub Actions changed the meaning of `pull_request_target`, so that it
now uses the default branch instead of the pull request base, meaning
that `GITHUB_HEAD_REF` would always be `main` instead of `release/x.y`.
This change checks out the repo at `GITHUB_BASE_REF`, then uses
`rev-parse` to determine the name of the branch.
See: https://github.blog/changelog/2025-11-07-actions-pull_request_target-and-environment-branch-protections-changes/#what-is-changing
* fix(release-action): support uploading multiple charms
0 commit comments