Skip to content

Commit e324f43

Browse files
authored
Merge pull request #1 from Akylas/copilot/update-npm-release-workflow
Improve GitHub release changelog generation in npm_release workflow
2 parents d036c75 + 866e29b commit e324f43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
needs:
189189
- build
190190
- test
191+
- publish
191192
env:
192193
NPM_VERSION: ${{needs.build.outputs.npm_version}}
193194
steps:
@@ -214,8 +215,8 @@ jobs:
214215
- name: Zip dSYMs
215216
working-directory: dist/dSYMs
216217
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
217-
- name: Partial Changelog
218-
run: npx conventional-changelog -p angular -r2 > body.md
218+
- name: Generate Changelog
219+
run: npx conventional-changelog -p angular -r 1 > body.md
219220
- uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
220221
with:
221222
artifacts: "dist/akylas-nativescript-ios-runtime-*.tgz,dist/dSYMs/*.zip"

0 commit comments

Comments
 (0)