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 (#261)

This commit is contained in:
shimataro 2023-10-12 10:27:38 +09:00 committed by GitHub
parent b49a036be4
commit f848d33143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}"
}