Skip to content

Commit

Permalink
chore: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
weichengpan committed Mar 7, 2024
1 parent f3f381a commit 7c8a1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@smartnews:registry=https://npm.pkg.github.com/smartnews
engine-strict=true
shell-emulator=true

0 comments on commit 7c8a1c6

Please sign in to comment.