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 57fa3b1 commit ad7e6abCopy full SHA for ad7e6ab
1 file changed
.github/workflows/npm_release_cli.yml
@@ -1,10 +1,6 @@
1
name: 'nativescript -> npm'
2
3
on:
4
- push:
5
- branches: [ 'main' ]
6
- paths-ignore:
7
- - 'packages/**'
8
workflow_dispatch:
9
10
env:
@@ -26,7 +22,7 @@ jobs:
26
22
27
23
- name: Generate Version
28
24
run: |
29
- echo NPM_VERSION=$(node -e "console.log(require('./package.json').version);")-$NPM_TAG-$(date +"%m-%d-%Y")-$GITHUB_RUN_ID >> $GITHUB_ENV
25
+ echo NPM_VERSION=$(node -e "console.log(require('./package.json').version);") >> $GITHUB_ENV
30
31
- name: Bump Version
32
run: npm version $NPM_VERSION
@@ -40,4 +36,4 @@ jobs:
40
36
41
37
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
42
38
echo "Publishing nativescript@$NPM_VERSION to NPM with tag $NPM_TAG..."
43
- npm publish nativescript-$NPM_VERSION.tgz --tag $NPM_TAG
39
+ npm publish akylas-nativescript-cli-$NPM_VERSION.tgz --tag $NPM_TAG
0 commit comments