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 60ec7aa commit a9babfaCopy full SHA for a9babfa
.github/workflows/release-it.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Init Github User
15
run: |
16
git config --global user.email "claude@designbycode.co.za"
17
- git config --global user.name "designbycode_"
+ git config --global user.name "designbycode"
18
- name: Init NPM config
19
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
20
env:
0 commit comments