File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636 run : scripts/linux/psv/build_test_psv.sh && env
3737 - name : Deploy to NPM
3838 run : scripts/publish-packages.sh -${PACKAGE_NAME}
39+ env :
40+ PACKAGE_NAME : ${{ inputs.chooseDeploy }}
41+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22#
3- # Copyright (C) 2019-2020 HERE Europe B.V.
3+ # Copyright (C) 2019-2022 HERE Europe B.V.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
1818# License-Filename: LICENSE
1919
2020# Simple script that bundles the publishing of packages,
21- # to be run from Travis
21+ # to be run from GitHub Actions
2222
2323echo ' //registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~ /.npmrc
2424
You can’t perform that action at this time.
0 commit comments