Skip to content

Commit

Permalink
Merge pull request #218 from zikeji/dev
Browse files Browse the repository at this point in the history
ci(release): update types array
  • Loading branch information
zikeji committed Mar 22, 2021
2 parents a41c854 + b796257 commit 429bae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: release

on:
repository_dispatch:
types: release
types:
- release

jobs:
release:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 429bae0

Please sign in to comment.