mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix publishing of packages to NPM in release workflow (#17900)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -31,6 +31,8 @@ jobs:
|
||||
|
||||
- name: Prepare
|
||||
uses: ./.github/actions/prepare
|
||||
with:
|
||||
registry: https://registry.npmjs.org
|
||||
|
||||
- name: Publish packages to NPM
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user