We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf96e72 commit 3cb35a5Copy full SHA for 3cb35a5
.github/workflows/npm_release.yml
@@ -2,7 +2,7 @@ name: Release @nativescript/core to NPM
2
3
on:
4
push:
5
- branches: [ 'feat/monorepo' ]
+ branches: [ 'master' ]
6
7
jobs:
8
release:
@@ -32,4 +32,4 @@ jobs:
32
run: |
33
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
34
echo "Publishing @nativescript/core@$NPM_VERSION to NPM..."
35
- npm publish nativescript-core-$NPM_VERSION.tgz --tag ci --dry-run
+ npm publish nativescript-core-$NPM_VERSION.tgz --tag next --dry-run
0 commit comments