Skip to content

Commit

Permalink
fix enable trigger (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Mar 1, 2020
1 parent bf47589 commit 67e1d58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- master
jobs:
build:
if: "contains(github.event.head_commit.message, 'chore: release ')"
name: Release
runs-on: ubuntu-latest
steps:
Expand All @@ -31,7 +30,7 @@ jobs:
npm install
fi
- run: |
# yarn release:trigger
yarn release:trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}

0 comments on commit 67e1d58

Please sign in to comment.