Skip to content

Commit 340a7fa

Browse files
committed
ci(distribute): add support for prereleased types in GitHub Actions workflow
1 parent 33b995b commit 340a7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
release:
55
types:
66
- released
7+
- prereleased
78

89
jobs:
910
package:
@@ -13,7 +14,6 @@ jobs:
1314
runs-on: ubuntu-latest
1415
needs: package
1516
steps:
16-
1717
- uses: actions/download-artifact@v4
1818
with:
1919
name: python

0 commit comments

Comments
 (0)