Skip to content

Commit 46e3acf

Browse files
committed
release builds
1 parent 873d956 commit 46e3acf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/xtracfg.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
- name: js
7070
working-directory: ./libxtracfg/js/xtracfg-native-binding
7171
run: |
72-
npm ci
73-
npm run prebuildify
74-
npm run test
72+
npm --loglevel verbose ci --ignore-scripts
73+
npm --loglevel verbose run prebuildify
74+
npm --loglevel verbose run test
7575
- name: log3
7676
run: |
7777
ls -lR ./libxtracfg/js/xtracfg-native-binding/prebuilds
@@ -191,11 +191,9 @@ jobs:
191191
- name: publish-tag
192192
if: ${{ github.ref_type == 'tag' }}
193193
env:
194-
DIST_TAG: ${{ github.ref_name == 'main' && 'next' || github.ref_name }}
195194
NPM_TOKEN: ${{ secrets.npm_rw_token }}
196195
run: |
197196
set -x
198-
#npm run bump -- prerelease --build-metadata ${DIST_TAG} --preid ${DIST_TAG}
199197
npm ci --ignore-scripts
200198
npm run build
201199
npm run publish -- from-package

0 commit comments

Comments
 (0)