chore(release): bump Coolify to 4.3.1 and label workflow runs

This commit is contained in:
Andras Bacsai
2026-08-12 17:06:40 +02:00
parent fb4588be3c
commit bc98d52104
4 changed files with 5 additions and 3 deletions
@@ -32,6 +32,7 @@ it('requires a reviewed draft release before building a stable version', functio
expect($workflow)
->toContain('name: Release Coolify Stable')
->toContain('run-name: ${{ inputs.tag }}')
->toContain('workflow_dispatch:')
->toContain('tag:')
->toContain("github.ref_name != 'main'")
@@ -44,6 +45,7 @@ it('requires a reviewed draft release before building a stable version', functio
->toContain('tag_name: process.env.TAG_NAME')
->toContain('actions/github-script@v8')
->not->toContain('actions/github-script@v7')
->not->toContain('environment: production-release')
->not->toContain('generate-notes');
});