Skip to content

Commit f171420

Browse files
committed
ci: 🎡 WIP package publishing in CI
1 parent 2ae5fef commit f171420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Create changelog
1515
run: |
1616
echo 'CHANGELOG_TEXT<<EOF' >> $GITHUB_ENV
17-
npx conventional-changelog-cli -h -p angular -r 0) >> $GITHUB_ENV
17+
npx conventional-changelog-cli -h -p angular -r 0 >> $GITHUB_ENV
1818
echo 'EOF' >> $GITHUB_ENV
1919
2020
- uses: actions/github-script@v6

0 commit comments

Comments
 (0)