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 daf8afa commit e1fe9bbCopy full SHA for e1fe9bb
.github/workflows/ci.yaml
@@ -139,11 +139,11 @@ jobs:
139
run: npm i
140
- name: Rebuild packages
141
run: npm run build
142
- - name: git config
143
- shell: bash
144
- run: |
145
- git config user.name "Nachobot"
146
- git config user.email "[email protected]"
+ # - name: git config
+ # shell: bash
+ # run: |
+ # git config user.name "Nachobot"
+ # git config user.email "[email protected]"
147
- name: Set publish config
148
env:
149
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments