ci: Rename NEWS.md to RELEASE.md.

ci: Build fewer packages in non-main branch.

ci: Add lint phase for rust-check.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-07 21:26:21 +00:00
parent 8a83c23537
commit 53f2ea8e58
4 changed files with 26 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ jobs:
with:
release_name: Release ${{github.ref_name}}
tag_name: ${{github.ref}}
body_path: NEWS.md
body_path: RELEASE.md
draft: ${{ contains(github.ref, '-draft') }}
prerelease: ${{ contains(github.ref, '-rc') }}
@@ -203,7 +203,7 @@ jobs:
!failure() && !cancelled()
name: Publish
needs: [init, package, test]
needs: [init, test, package]
uses: ./.github/workflows/publish.yml
with:
docker_repo: ${{vars.DOCKER_REPO}}