Skip to content

Commit

Permalink
Merge pull request #39 from alisaitteke/develop
Browse files Browse the repository at this point in the history
🔧 chore(publish.yml): update git configuration to use personal email …
  • Loading branch information
alisaitteke authored Dec 25, 2023
2 parents 518d097 + f6e536f commit 3d48ab5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Configure Git
- name: Git configuration
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "alisaitteke@gmail.com"
git config --global user.name "Ali Sait Teke"
# Bump package version
# Use tag latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rollup/plugin-typescript": "^11.1.5",
"@types/d3": "^5.0.0",
"@types/node": "^16.6.3",
"d3": "^5.7.0",
"d3": "^5.16.0",
"reflect-metadata": "^0.1.12",
"rollup": "^4.9.1",
"rollup-plugin-cleandir": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ d3-zoom@1:
d3-selection "1"
d3-transition "1"

d3@^5.7.0:
d3@^5.16.0:
version "5.16.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.16.0.tgz#9c5e8d3b56403c79d4ed42fbd62f6113f199c877"
integrity sha512-4PL5hHaHwX4m7Zr1UapXW23apo6pexCgdetdJ5kTmADpG/7T9Gkxw0M0tf/pjoB63ezCCm0u5UaFYy2aMt0Mcw==
Expand Down

0 comments on commit 3d48ab5

Please sign in to comment.