Skip to content

Commit 6172792

Browse files
authored
ci: enable next tag for master
1 parent 05d776b commit 6172792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm_release.yml

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

0 commit comments

Comments
 (0)