Skip to content

Commit

Permalink
ci: 🎡 WIP package publishing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba committed Jul 26, 2022
1 parent 2ae5fef commit f171420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Create changelog
run: |
echo 'CHANGELOG_TEXT<<EOF' >> $GITHUB_ENV
npx conventional-changelog-cli -h -p angular -r 0) >> $GITHUB_ENV
npx conventional-changelog-cli -h -p angular -r 0 >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- uses: actions/github-script@v6
Expand Down

0 comments on commit f171420

Please sign in to comment.