Skip to content

Commit

Permalink
Patch release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caioricciuti committed Jun 1, 2024
1 parent ffb4d34 commit db87716
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 @@ -24,7 +24,7 @@ jobs:
set -e # Fail on first error
# Extract the latest tag, or default to v1.0.0 if no tags exist
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo "v1.0.0")
latest_tag=$(git describe --tags --abbrev=0 2>/dev/null)
echo "Latest tag: $latest_tag"
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
Expand Down

0 comments on commit db87716

Please sign in to comment.