Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm authored Dec 7, 2021
1 parent 4150fd7 commit 3c6a466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
rm -rf Carthage
- name: Release Nativescript to npm
run: |
pwd
ls -lsrta
cd ../publish
cd publish
sh pack.sh
ls -lsrta
cd package
ls -lsrta
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3c6a466

Please sign in to comment.