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 36
36
run : scripts/linux/psv/build_test_psv.sh && env
37
37
- name : Deploy to NPM
38
38
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 1
1
#! /bin/bash -e
2
2
#
3
- # Copyright (C) 2019-2020 HERE Europe B.V.
3
+ # Copyright (C) 2019-2022 HERE Europe B.V.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
18
18
# License-Filename: LICENSE
19
19
20
20
# Simple script that bundles the publishing of packages,
21
- # to be run from Travis
21
+ # to be run from GitHub Actions
22
22
23
23
echo ' //registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~ /.npmrc
24
24
You can’t perform that action at this time.
0 commit comments