Skip to content

Commit

Permalink
chore(ci): fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
takuo committed Dec 20, 2023
1 parent 116b8a1 commit 27eac6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: publish

on:
release:
types: [published]
push:
tags:
- 'v*.*.*'

jobs:
assets:
Expand Down

0 comments on commit 27eac6e

Please sign in to comment.