Skip to content

Commit

Permalink
fix: Updated CI/CD to use seperate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-po committed Oct 9, 2021
1 parent 3a79b5f commit 39603b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/weak-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,18 @@ jobs:
npm install
npm run lint
npm run compile
changelog:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.6]
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- name: Conventional Changelog Action
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
skip-on-empty: false
git-message: Automatic changelog update by Conventional Changelog Action

0 comments on commit 39603b0

Please sign in to comment.