Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
on3iro committed Nov 13, 2021
1 parent 7c81157 commit 0747f20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Release
on: [release]
on:
release:
types: [published]
on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: macos-latest
Expand Down

0 comments on commit 0747f20

Please sign in to comment.