summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
AgeCommit message (Collapse)AuthorFilesLines
7 daysbuild(deps): bump actions/checkout from 5 to 6HEADmasterdependabot[bot]1-1/+1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
7 daysci: restructure github actions to use the same structure for all reposmbkma1-0/+26
ci: add missing release.yml ci: remove redundant GH CLI installation step ci: add set -eo pipefail to workflow scripts