We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32c99b commit 023be8cCopy full SHA for 023be8c
.github/workflows/npm_release.yml
@@ -1,9 +1,12 @@
1
-name: Release @nativescript/core to NPM
+name: '@nativescript/core -> npm'
2
3
on:
4
push:
5
branches: [ 'master' ]
6
7
+env:
8
+ NPM_TAG: 'next'
9
+
10
jobs:
11
release:
12
runs-on: ubuntu-latest
@@ -17,7 +20,6 @@ jobs:
17
20
- name: Generate Version
18
21
working-directory: packages/core
19
22
run: |
- echo NPM_TAG=next >> $GITHUB_ENV
23
echo NPM_VERSION=$(node -e "console.log(require('./package.json').version);")-$NPM_TAG-$(date +"%m-%d-%Y")-$GITHUB_RUN_ID >> $GITHUB_ENV
24
25
- name: Bump Version
0 commit comments