Skip to content

Commit

Permalink
Update release workflow to adjust versioning format in GitHub tag cre…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
MatinDehghanian committed Dec 7, 2024
1 parent 6b20495 commit 1832433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create GitHub tag
id: create_tag
run: |
TAG_NAME="v0.9.2.${{ github.run_number }}"
TAG_NAME="v0.9.${{ github.run_number }}"
git tag $TAG_NAME
git push origin $TAG_NAME
echo "::set-output name=tag_name::$TAG_NAME"
Expand Down

0 comments on commit 1832433

Please sign in to comment.