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:
parent
b49a036be4
commit
cf3edc9866
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ function verify_package() {
|
||||||
function commit_changes() {
|
function commit_changes() {
|
||||||
local VERSION=$1
|
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}"
|
git commit -m "version ${VERSION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue