We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a8d83 commit 479ec64Copy full SHA for 479ec64
entrypoint.sh
@@ -3,6 +3,6 @@
3
# if you want to know why gem install is made in entrypoint.sh instead of Dockerfile,
4
# please read the discussion here: https://github.com/bump-sh/github-action/pull/2.
5
cd /home
6
-gem install bump-cli
+gem install bump-cli --version "~> 0.7"
7
8
$GEM_HOME/bin/bump $1 ${GITHUB_WORKSPACE}/$2 --doc $3 --token $4 --validation $5
0 commit comments