We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f71768 commit 8429c47Copy full SHA for 8429c47
1 file changed
.github/workflows/update-version.yml
@@ -22,10 +22,3 @@ jobs:
22
with:
23
version_file: ./VERSION
24
github_token: ${{ secrets.GITHUB_TOKEN }}
25
- - name: Git Version
26
- uses: codacy/git-version@2.4.0
27
- with:
28
- release-branch: main
29
- - name: Echo Version
30
- run: |
31
- echo "version = $VERSION"
0 commit comments