Skip to content

Commit

Permalink
chore: update vars
Browse files Browse the repository at this point in the history
  • Loading branch information
junners committed May 29, 2024
1 parent 4e35cde commit 5bc8ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-BETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc8ae6

Please sign in to comment.