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

Commit

Permalink
fix: try with tags and *
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Dec 30, 2019
1 parent 48578a6 commit 154622f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release
on:
release:
types: [published]
push:
tags:
- v*.*.*
jobs:
Build:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 154622f

Please sign in to comment.