Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 579f285

Browse files
authored
Merge pull request #12 from kounoike/chore-published
change upload-release trigger
2 parents f7645cd + 9d6b3f9 commit 579f285

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/upload-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
on:
2-
push:
3-
# Sequence of patterns matched against refs/tags
4-
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
2+
release:
3+
type:
4+
- published
65

76
name: Upload Release Asset
87

0 commit comments

Comments
 (0)