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
+1 -1
View File
@@ -1,4 +1,5 @@
name: Release Coolify Stable
run-name: ${{ inputs.tag }}
on:
workflow_dispatch:
@@ -22,7 +23,6 @@ env:
jobs:
validate:
runs-on: ubuntu-24.04
environment: production-release
permissions:
contents: write
outputs:
+1 -1
View File
@@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.0"
"version": "4.3.1"
},
"nightly": {
"version": "4.3.1"
@@ -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');
});
+1 -1
View File
@@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.0"
"version": "4.3.1"
},
"nightly": {
"version": "4.3.1"