Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatinDehghanian authored Dec 5, 2024
1 parent a2561c0 commit 57d86c9
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.${{ 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 57d86c9

Please sign in to comment.