1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 17:23:22 +03:00

fix(cd): set a flag as a workaround for the NPM package

This commit is contained in:
Orhun Parmaksız 2024-03-03 23:43:08 +03:00
parent 327b4d625e
commit 717abce767
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -310,6 +310,7 @@ jobs:
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_ENABLE_IMMUTABLE_INSTALLS: false
publish-pypi:
name: Publish PyPI package