Skip to content

Commit

Permalink
Merge pull request #2 from pvscreations/deployfix/version-issue
Browse files Browse the repository at this point in the history
Deployfix/version issue
  • Loading branch information
pvscreations committed Apr 18, 2024
2 parents 9ba1170 + f687d49 commit 89f7123
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org
- name : "configuring git"
run: |
git config --global user.email "${{github.actor}}@users.noreply.github.com"
git config --global user.name "${{github.actor}}"
- name : "install_dependencies"
run: npm install
working-directory: ./
Expand Down

0 comments on commit 89f7123

Please sign in to comment.