We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e35cde commit 5bc8ae6Copy full SHA for 5bc8ae6
.github/workflows/deploy-BETA.yml
@@ -40,8 +40,8 @@ jobs:
40
scope: rubenhalman
41
- run: npm ci
42
- run: |
43
- git config --global user.name $USER_NAME
44
- git config --global user.email $USER_EMAIL
+ git config --global user.name ${{ vars.USER_NAME }}
+ git config --global user.email ${{ vars.USER_EMAIL }}
45
- run: BETAID=$(date '+%Y%m%d%H%M') && npm version prerelease --preid="beta$BETAID"
46
shell: bash
47
- run: npm publish --tag beta
0 commit comments