Skip to content

Commit 00c1972

Browse files
committed
fix(ci): use "release.created" instead of "release.published"
1 parent 90e9cf5 commit 00c1972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Upload Artifacts
1+
name: upload_artifacts
22

33
on:
44
release:
55
types:
6-
- published
6+
- created
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)