1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

fix; release script error

This commit is contained in:
shimataro 2023-10-12 10:03:42 +09:00
parent b49a036be4
commit cf3edc9866
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -129,7 +129,7 @@ function verify_package() {
function commit_changes() {
local VERSION=$1
git add CHANGELOG.md package.json package-lock.json examples/package.json
git add CHANGELOG.md package.json package-lock.json
git commit -m "version ${VERSION}"
}