Skip to content

Commit 62c30fc

Browse files
committed
ci: release definition update
1 parent 5bc8ae6 commit 62c30fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-RELEASE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
scope: rubenhalman
4040
- run: npm ci
4141
- run: |
42-
git config --global user.name $USER_NAME
43-
git config --global user.email $USER_EMAIL
42+
git config --global user.name ${{ vars.USER_NAME }}
43+
git config --global user.email ${{ vars.USER_EMAIL }}
4444
- run: npm publish
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}

0 commit comments

Comments
 (0)