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 f8f0ca3 commit e298f03Copy full SHA for e298f03
.github/workflows/release.yml
@@ -18,17 +18,16 @@ jobs:
18
uses: actions/setup-node@v2
19
with:
20
node-version: 16
21
- - name: configure Git User
+ - name: Configure Git User
22
run: |
23
git config --global user.email "[email protected]"
24
git config --global user.name "@$GITHUB_ACTOR"
25
- name: Authenticate with Registry
26
27
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
28
- npm whoami
29
env:
30
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- - name: release
+ - name: Release
32
33
npm install
34
npm run build
0 commit comments