Skip to content

Commit

Permalink
fix: Update workflow step name to reflect its purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldmaale committed Mar 17, 2024
1 parent 647c4ca commit a062333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# echo Current version is $version
# echo Current tag is $tag

- name: Get current tag
- name: Get current version
id: version
run: echo "CURRENT_TAG=$(git describe --tags)" >> $GITHUB_ENV

Expand Down

0 comments on commit a062333

Please sign in to comment.