Skip to content

Commit 8c88dab

Browse files
committed
update release types to allow changing pre-release to release
1 parent ab13894 commit 8c88dab

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release_created.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Github Release Created
22

33
on:
44
release:
5-
types: ["published"] # Inherits all input defaults
5+
types:
6+
- edited
7+
- published
8+
- released
9+
workflow_dispatch:
610

711
concurrency:
812
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)