Skip to content

Commit

Permalink
Merge pull request #530 from devopsarr/hotfix/wrong-version
Browse files Browse the repository at this point in the history
fix remove default 0.0.1 version
  • Loading branch information
Fuochi authored Feb 16, 2025
2 parents 479902e + 5d4a361 commit 6e3d45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Git Version
run: |
tag=$(git describe --tags --abbrev=0 || echo 'v0.0.1') &&\
tag=$(git describe --tags --abbrev=0) &&\
echo "version=${tag:1}" >> $GITHUB_OUTPUT
id: version
working-directory: .generated-code/${{ matrix.app }}-${{ matrix.lang }}
Expand Down

0 comments on commit 6e3d45b

Please sign in to comment.