Skip to content

Commit

Permalink
chore(repo): add npm token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 5, 2023
1 parent aca5b38 commit 60b3fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ jobs:
- name: Release
run: moon run :release --affected --concurrency 1
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions deprecated/react-email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@jsx-email/react-email",
"version": "1.10.0",
"publishConfig": {
"access": "public"
},
"description": "A live preview of your emails right in your browser.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 60b3fbd

Please sign in to comment.