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:
parent
b49a036be4
commit
f848d33143
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue