mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update settings
This commit is contained in:
parent
237ea58f21
commit
8574e6f286
9 changed files with 488 additions and 596 deletions
|
@ -2,8 +2,7 @@
|
|||
# requires following packages:
|
||||
# - git; I believe it's already installed.
|
||||
# - sed; GNU sed is preferred. POSIX sed may not work.
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
COLOR_ERROR="\e[1;41m"
|
||||
COLOR_SECTION="\e[1;34m"
|
||||
|
@ -105,8 +104,7 @@ function commit_changes() {
|
|||
|
||||
rm -rf node_modules
|
||||
npm ci --only=production
|
||||
npm run release
|
||||
git add CHANGELOG.md package.json package-lock.json dist
|
||||
git add CHANGELOG.md package.json package-lock.json lib
|
||||
git commit -m "version ${VERSION}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue