Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 7, 2021
1 parent 4ee1e57 commit 31b3845
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: release

on: {create: {tags: [v*]}}
on:
push:
tags:
- v*

jobs:
fetch:
Expand Down

0 comments on commit 31b3845

Please sign in to comment.