Skip to content

Commit

Permalink
[Feature] New automation trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sreucherand authored Feb 2, 2021
1 parent 6e2b2f6 commit a2459f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

if: ${{ startsWith(github.event.head_commit.message, '[Release]') == false }}
if: ${{ startsWith(github.event.head_commit.message, '[Release]') == true }}

runs-on: ubuntu-latest

Expand All @@ -27,7 +27,7 @@ jobs:
git config --local user.name "pretto-bot"
- name: Version
run: npm version minor -m "[Release] picto@%s"
run: npm version minor -m "[CI] picto@%s"

- name: Push
uses: ad-m/github-push-action@v0.6.0
Expand Down

0 comments on commit a2459f0

Please sign in to comment.