Skip to content

Commit 173c400

Browse files
authored
try to fix asset-upload on release workflow (#41)
1 parent d138136 commit 173c400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
name: "Continuous Deployment"
44

55
on:
6-
push:
7-
tags:
8-
- "**"
6+
release:
7+
types:
8+
- published
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)