Skip to content

Commit f66d7c5

Browse files
committed
[CHORE] update workflows
1 parent 8a50ceb commit f66d7c5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'v$NEXT_MINOR_VERSION 🌈'
2-
tag-template: 'v$NEXT_MINOR_VERSION'
1+
name-template: 'v$NEXT_PATCH_VERSION 🌈'
2+
tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🚀 Features'
55
labels:

.github/workflows/distribute.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Distribute source to pypi package
22

33
on:
44
release:
5-
types:
6-
- created
5+
types: [published]
76

87

98
jobs:

0 commit comments

Comments
 (0)