Skip to content

Commit fecb6c3

Browse files
committed
🔧 Update author email and simplify release workflow
Update author contact email from personal to business address in package.json. Remove redundant NODE_AUTH_TOKEN environment variable from the npm publish step in the release workflow. The token is already configured via the setup-node action's registry-url setting.
1 parent 535001a commit fecb6c3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353

5454
- name: Publish to npm
5555
run: pnpm publish --access public --no-git-checks
56-
env:
57-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5856

5957
- name: Create GitHub Release
6058
uses: softprops/action-gh-release@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"kubernetes",
4242
"twelve-factor"
4343
],
44-
"author": "Stefanie Jane <hyperb1iss@gmail.com> (Forked from Expatfile.tax LLC)",
44+
"author": "Stefanie Jane <info@hyperbliss.tech> (Forked from Expatfile.tax LLC)",
4545
"license": "MIT",
4646
"repository": {
4747
"type": "git",

0 commit comments

Comments
 (0)