Skip to content

Commit 3cb35a5

Browse files
authored
ci: enable on master
(still in --dry-run for testing)
1 parent cf96e72 commit 3cb35a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release @nativescript/core to NPM
22

33
on:
44
push:
5-
branches: [ 'feat/monorepo' ]
5+
branches: [ 'master' ]
66

77
jobs:
88
release:
@@ -32,4 +32,4 @@ jobs:
3232
run: |
3333
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
3434
echo "Publishing @nativescript/core@$NPM_VERSION to NPM..."
35-
npm publish nativescript-core-$NPM_VERSION.tgz --tag ci --dry-run
35+
npm publish nativescript-core-$NPM_VERSION.tgz --tag next --dry-run

0 commit comments

Comments
 (0)