Skip to content

Commit f57a73d

Browse files
ci: fix release publishing (#14)
Co-authored-by: ubill-ci[bot] <214821999+ubill-ci[bot]@users.noreply.github.com>
1 parent 07d272f commit f57a73d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ categories:
4949
labels: [ ]
5050
exclude-labels:
5151
- 'release'
52+
- 'skip-changelog'

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Package
22

33
on:
4-
workflow_dispatch:
4+
release:
5+
types:
6+
- published
57

68
jobs:
79
publish:

0 commit comments

Comments
 (0)