We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41bafb0 + 4e3f3a5 commit f68a42dCopy full SHA for f68a42d
1 file changed
README.md
@@ -30,7 +30,15 @@ jobs:
30
fetch-depth: 0 # fetch the whole repo history
31
32
- name: Git Version
33
- uses: codacy/git-version@2.5.4
+ id: version
34
+ uses: codacy/git-version@2.7.1
35
+
36
+ - name: Use the version
37
+ run: |
38
+ echo ${{ steps.version.outputs.version }}
39
+ - name: Use the previous version
40
41
+ echo ${{ steps.version.outputs.previous-version }}
42
```
43
44
### Mono-Repo
0 commit comments