Skip to content

Commit

Permalink
wip5
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 26, 2024
1 parent 0a0adb8 commit c6c6618
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
token: ${{ secrets.NPM_TOKEN }}


- name: Set git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "elimoshkovich"
- name: Install dependencies
run: |
rm -rf node_modules
Expand Down

0 comments on commit c6c6618

Please sign in to comment.