Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 31, 2021
1 parent cfe631c commit 27a27eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Release

on:
push:
tags: v*
tags:
- "v*"

jobs:
release:
Expand Down

0 comments on commit 27a27eb

Please sign in to comment.