mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 10:23:30 +00:00
chore(release): bump Coolify to 4.3.1 and label workflow runs
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user