Skip to content

Commit 320f7f4

Browse files
authored
Merge pull request #371 from vvoland/undraft
gha: Undraft gh release immediately
2 parents c24b366 + b9679e9 commit 320f7f4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/release-buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-cagent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-containerd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
release:
2020
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
2121
required: false
22-
default: 'draft'
22+
default: 'release'
2323
type: choice
2424
options:
2525
- pushonly

.github/workflows/release-credential-helpers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-docker-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-docker-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

.github/workflows/release-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release:
1515
description: '(optional) Release type to create in https://github.com/docker/packaging/releases'
1616
required: false
17-
default: 'draft'
17+
default: 'release'
1818
type: choice
1919
options:
2020
- pushonly

0 commit comments

Comments
 (0)