diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58fb8777c7c52..aa07683f3025c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release create "$GITHUB_REF_NAME" --notes "Directus $GITHUB_REF_NAME" + run: gh release create "$GITHUB_REF_NAME" --notes "SmartNews/Directus $GITHUB_REF_NAME" publish-npm: name: Publish to NPM @@ -32,7 +32,7 @@ jobs: - name: Prepare uses: ./.github/actions/prepare with: - registry: https://registry.npmjs.org + registry: https://npm.pkg.github.com/smartnews - name: Publish packages to NPM env: diff --git a/.npmrc b/.npmrc index b2d6cae38af11..d7135ebd1ab2f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ +@smartnews:registry=https://npm.pkg.github.com/smartnews engine-strict=true shell-emulator=true