From 5bc8ae6cc93def418093926fa5ad873690bf05c2 Mon Sep 17 00:00:00 2001 From: junners Date: Tue, 28 May 2024 19:17:37 -0700 Subject: [PATCH] chore: update vars --- .github/workflows/deploy-BETA.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-BETA.yml b/.github/workflows/deploy-BETA.yml index 6524217..198c1cc 100644 --- a/.github/workflows/deploy-BETA.yml +++ b/.github/workflows/deploy-BETA.yml @@ -40,8 +40,8 @@ jobs: scope: rubenhalman - run: npm ci - run: | - git config --global user.name $USER_NAME - git config --global user.email $USER_EMAIL + git config --global user.name ${{ vars.USER_NAME }} + git config --global user.email ${{ vars.USER_EMAIL }} - run: BETAID=$(date '+%Y%m%d%H%M') && npm version prerelease --preid="beta$BETAID" shell: bash - run: npm publish --tag beta