Skip to content

Commit

Permalink
chore(ci): update release-helper workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zwlafk committed Oct 28, 2021
1 parent 1e9e152 commit 30bb62d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
name: Release Helper

on:
push:
tags:
- '*'
create

jobs:
release-helper:
if: github.event.ref_type == 'tag'
runs-on: ubuntu-latest
steps:
- name: make release
Expand Down

0 comments on commit 30bb62d

Please sign in to comment.