Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Sep 5, 2024
1 parent 29d9601 commit cc9ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Create tag
id: create_tags
run: |
current_version=$(steps.bump_version.outputs.latest_version)
current_version=${{steps.bump_version.outputs.latest_version}}
git tag $current_version
git push origin $current_version
Expand Down

0 comments on commit cc9ff09

Please sign in to comment.