Fix publishing of packages to NPM in release workflow (#17900)

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Pascal Jufer
2023-03-23 19:02:55 +01:00
committed by GitHub
parent 3495363039
commit 5d6468b477

View File

@@ -31,6 +31,8 @@ jobs:
- name: Prepare
uses: ./.github/actions/prepare
with:
registry: https://registry.npmjs.org
- name: Publish packages to NPM
env: