Skip to content

Commit 5bc8ae6

Browse files
committed
chore: update vars
1 parent 4e35cde commit 5bc8ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-BETA.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
scope: rubenhalman
4141
- run: npm ci
4242
- run: |
43-
git config --global user.name $USER_NAME
44-
git config --global user.email $USER_EMAIL
43+
git config --global user.name ${{ vars.USER_NAME }}
44+
git config --global user.email ${{ vars.USER_EMAIL }}
4545
- run: BETAID=$(date '+%Y%m%d%H%M') && npm version prerelease --preid="beta$BETAID"
4646
shell: bash
4747
- run: npm publish --tag beta

0 commit comments

Comments
 (0)