Compare commits

..

No commits in common. "0317f8c7b2d457bbda3df98c87848f7f6644d7ed" and "35ccc0523db7608973e317c4380e2e7336e8e876" have entirely different histories.

View file

@ -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: