Skip to content

Commit 89f7123

Browse files
authored
Merge pull request #2 from pvscreations/deployfix/version-issue
Deployfix/version issue
2 parents 9ba1170 + f687d49 commit 89f7123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
with:
1515
node-version: 20
1616
registry-url: https://registry.npmjs.org
17+
- name : "configuring git"
18+
run: |
19+
git config --global user.email "${{github.actor}}@users.noreply.github.com"
20+
git config --global user.name "${{github.actor}}"
1721
- name : "install_dependencies"
1822
run: npm install
1923
working-directory: ./

0 commit comments

Comments
 (0)