We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4a3025 + 920b2c3 commit 2067eb3Copy full SHA for 2067eb3
1 file changed
action.yml
@@ -45,7 +45,7 @@ runs:
45
- id: previous-version
46
shell: bash
47
run: |
48
- set -e
+ set -eo pipefail
49
50
export PREVIOUS_VERSION=$(docker run -v $(pwd):/repo codacy/git-version:${{ inputs.tool-version }} \
51
/bin/git-version \
@@ -62,7 +62,7 @@ runs:
62
- id: version
63
64
65
66
67
export VERSION=$(docker run -v $(pwd):/repo codacy/git-version:${{ inputs.tool-version }} \
68
0 commit comments