Skip to content

Commit

Permalink
fix git tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 14, 2023
1 parent 7c42f90 commit aa34376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git add --force pymeshlab/lib/*
git add README.md
git commit -m "${{steps.commit_message.outputs.message}} and add libs" -a
git tag ${{steps.version.outputs.pyml_version}} -lw
git tag -a ${{steps.version.outputs.pyml_version}} -m "Version ${{steps.version.outputs.pyml_version}} docs"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit aa34376

Please sign in to comment.