Skip to content

Commit 493775d

Browse files
committed
Upload when a Release is published, not created
1 parent 71f7585 commit 493775d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publication
22
on:
33
release:
4-
types: [created]
4+
types: [published]
55
jobs:
66
deploy:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)