Skip to content

Commit 408791b

Browse files
committed
ci: enable publishing
1 parent 584a049 commit 408791b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: |
3636
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ../../.npmrc
3737
echo "Publishing nativescript@$NPM_VERSION to NPM with tag $NPM_TAG..."
38-
// npm publish nativescript-$NPM_VERSION.tgz --tag $NPM_TAG
38+
npm publish nativescript-$NPM_VERSION.tgz --tag $NPM_TAG

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@
1010

1111
<h4 align="center">The NativeScript CLI lets you create, build, and deploy <a href="https://docs.nativescript.org/" target="_blank">NativeScript</a>-based apps on iOS and Android devices.</h4>
1212
</a>
13-
</p>
13+
</h4>
1414

15-
<p align="center">
16-
<a href="https://travis-ci.com/NativeScript/nativescript-cli"><img alt="Build Status" src="https://travis-ci.com/NativeScript/nativescript-cli.svg?branch=master"></a>
17-
</p>
15+
---
1816

19-
Get it using: `npm install -g nativescript`
17+
[![nativescript -> npm](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release.yml/badge.svg)](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release.yml)
2018

19+
Get it using: `npm install -g nativescript`
2120

2221
* [What is NativeScript](#what-is-nativescript "Quick overview of NativeScript, the JavaScript framework for cross-platform development of native iOS and Android apps")
2322
* [How the NativeScript CLI works](#how-the-nativescript-cli-works "How the CLI works in more detail")

0 commit comments

Comments
 (0)