Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 27, 2024
1 parent b728ee9 commit 3f44c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: npm-package
path: dist/nativescript-ios-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
path: dist/akylas-nativescript-ios-runtime-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
- name: Upload dSYMs artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Publish package
run: |
echo "Publishing @akylas/nativescript-ios-runtime@$NPM_VERSION to NPM with tag $NPM_TAG..."
npm publish ./dist/nativescript-ios-${{env.NPM_VERSION}}.tgz --tag $NPM_TAG --provenance
npm publish ./dist/akylas-nativescript-ios-runtime-${{env.NPM_VERSION}}.tgz --tag $NPM_TAG --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
github-release:
Expand Down

0 comments on commit 3f44c0b

Please sign in to comment.