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:
parent
327b4d625e
commit
717abce767
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user