Skip to content

Commit 479ec64

Browse files
committed
Use bump-cli 0.7
1 parent 00a8d83 commit 479ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# if you want to know why gem install is made in entrypoint.sh instead of Dockerfile,
44
# please read the discussion here: https://github.com/bump-sh/github-action/pull/2.
55
cd /home
6-
gem install bump-cli
6+
gem install bump-cli --version "~> 0.7"
77

88
$GEM_HOME/bin/bump $1 ${GITHUB_WORKSPACE}/$2 --doc $3 --token $4 --validation $5

0 commit comments

Comments
 (0)