Skip to content

Commit

Permalink
ci: remove old iOS code
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jun 27, 2023
1 parent 712e751 commit 1798f1a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ jobs:
path: dist
- name: Publish package
run: |
echo "Publishing @nativescript/ios@$NPM_VERSION to NPM with tag $NPM_TAG..."
ls ./dist/nativescript-ios-${{env.NPM_VERSION}}.tgz
# npm publish ./dist/nativescript-ios-${{env.NPM_VERSION}}.tgz --tag $NPM_TAG --provenance
echo "Publishing @nativescript/android@$NPM_VERSION to NPM with tag $NPM_TAG..."
ls ./dist/nativescript-android-${{env.NPM_VERSION}}.tgz
# npm publish ./dist/nativescript-android-${{env.NPM_VERSION}}.tgz --tag $NPM_TAG --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
github-release:
Expand All @@ -176,16 +176,9 @@ jobs:
with:
name: npm-package
path: dist
- uses: actions/download-artifact@v3
with:
name: NativeScript-dSYMs
path: dist
- name: Zip dSYMs
working-directory: dist/dSYMs
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
- name: Partial Changelog
run: npx conventional-changelog -p angular -r2 > body.md
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*.zip"
artifacts: "dist/nativescript-android-*.tgz"
bodyFile: "body.md"

0 comments on commit 1798f1a

Please sign in to comment.