File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
branches :
4
4
- main
5
5
tags :
6
- - ' v* '
6
+ - " v* "
7
7
8
8
env :
9
9
NPM_TAG : " next"
13
13
ANDROID_ABI : x86_64
14
14
NDK_ARCH : darwin-x86_64
15
15
16
-
17
16
jobs :
18
17
build :
19
18
name : Build
@@ -131,16 +130,16 @@ jobs:
131
130
- build
132
131
- test
133
132
permissions :
134
- contents : read
135
- id-token : write
133
+ contents : read
134
+ id-token : write
136
135
env :
137
136
NPM_VERSION : ${{needs.build.outputs.npm_version}}
138
137
NPM_TAG : ${{needs.build.outputs.npm_tag}}
139
138
steps :
140
139
- uses : actions/setup-node@v3
141
140
with :
142
141
node-version : 18
143
- registry-url : ' https://registry.npmjs.org'
142
+ registry-url : " https://registry.npmjs.org"
144
143
- uses : actions/download-artifact@v3
145
144
with :
146
145
name : npm-package
@@ -181,3 +180,4 @@ jobs:
181
180
with :
182
181
artifacts : " dist/nativescript-android-*.tgz"
183
182
bodyFile : " body.md"
183
+ prerelease : ${{needs.build.outputs.npm_tag != 'latest'}}
You can’t perform that action at this time.
0 commit comments