Compare commits
No commits in common. "0317f8c7b2d457bbda3df98c87848f7f6644d7ed" and "35ccc0523db7608973e317c4380e2e7336e8e876" have entirely different histories.
0317f8c7b2
...
35ccc0523d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ jobs:
|
|||
- name: Publish to NPM (staging)
|
||||
run: |
|
||||
cd lhmask
|
||||
sed -i "s/-dev//g" package.json
|
||||
sed -i "s/-dev//g" dist/package.json
|
||||
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
|
||||
npm publish
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue