We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d036c75 + 866e29b commit e324f43Copy full SHA for e324f43
.github/workflows/npm_release.yml
@@ -188,6 +188,7 @@ jobs:
188
needs:
189
- build
190
- test
191
+ - publish
192
env:
193
NPM_VERSION: ${{needs.build.outputs.npm_version}}
194
steps:
@@ -214,8 +215,8 @@ jobs:
214
215
- name: Zip dSYMs
216
working-directory: dist/dSYMs
217
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
- - name: Partial Changelog
218
- run: npx conventional-changelog -p angular -r2 > body.md
+ - name: Generate Changelog
219
+ run: npx conventional-changelog -p angular -r 1 > body.md
220
- uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
221
with:
222
artifacts: "dist/akylas-nativescript-ios-runtime-*.tgz,dist/dSYMs/*.zip"
0 commit comments