Skip to content

Commit 45575e9

Browse files
committed
build(release): update release event
1 parent f3d8a60 commit 45575e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > /home/runner/work/_temp/.npmrc
3737
echo "_auth=$NODE_AUTH_TOKEN" >> /home/runner/work/_temp/.npmrc
38-
echo "email=<typescripttdd@gmail.com>" >> /home/runner/work/_temp/.npmrc
38+
echo "email=<vittorio.gue@gmail.com>" >> /home/runner/work/_temp/.npmrc
3939
echo "always-auth=true" >> /home/runner/work/_temp/.npmrc
4040
env:
4141
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)