Skip to content

Commit

Permalink
fix(cd): set a flag as a workaround for the NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 3, 2024
1 parent 327b4d6 commit 717abce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 717abce

Please sign in to comment.