Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 154622f

Browse files
committed
fix: try with tags and *
1 parent 48578a6 commit 154622f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22
on:
3-
release:
4-
types: [published]
3+
push:
4+
tags:
5+
- v*.*.*
56
jobs:
67
Build:
78
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)