Skip to content

Commit

Permalink
corrected nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 23, 2021
1 parent b2b6e5c commit 0ade0ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
CI: true
- name: write changelog
if: ${{ github.event.pull_request.merged == true }}
run: |
npm run changelog
git diff-index --quiet HEAD || git commit -m "auto-refreshed"
run: npm run changelog
env:
CI: true
PUSHER_EMAIL: ${{ github.event.pusher.email }}

0 comments on commit 0ade0ff

Please sign in to comment.