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 5bc8ae6 commit 62c30fcCopy full SHA for 62c30fc
.github/workflows/deploy-RELEASE.yml
@@ -39,8 +39,8 @@ jobs:
39
scope: rubenhalman
40
- run: npm ci
41
- run: |
42
- git config --global user.name $USER_NAME
43
- git config --global user.email $USER_EMAIL
+ git config --global user.name ${{ vars.USER_NAME }}
+ git config --global user.email ${{ vars.USER_EMAIL }}
44
- run: npm publish
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKENX }}
0 commit comments