Skip to content

Commit

Permalink
Remove unused step in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 22, 2024
1 parent 4c7a592 commit 17cce65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
echo $LATEST_TAG
- name: Get latest tag name 2
id: last_tag
run: |
echo "LATEST_TAG_NEW=$(git describe --tags --abbrev=0 | sed 's/^v//')" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 17cce65

Please sign in to comment.