Skip to content

Commit

Permalink
fix: change update assets script author
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Jan 14, 2024
1 parent 036b3d0 commit 31b3157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ cp package.json ../package.json
cd ..
rm -rf dist
git add CHANGELOG.md package.json dist
git commit -m "chore(release): update assets [skip ci]"
git commit --amend
git status
git push

0 comments on commit 31b3157

Please sign in to comment.