Skip to content

Commit

Permalink
ci: 🎡 get the right path for conventional changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Oct 1, 2020
1 parent 2a90fe6 commit c54b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: install conventional changelog
run: |
npm install conventional-changelog-cli
conventional-changelog -r 2 -p angular | tail -n +5 > release.md
node_modules/.bin/conventional-changelog -r 2 -p angular | tail -n +5 > release.md
- name: build
run: sbt "project rest-ui; npmInstall; webpackProdTask; docker:publish"
- name: Create Release
Expand Down

0 comments on commit c54b388

Please sign in to comment.