Skip to content

Commit

Permalink
fix release notes for version updates (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
samwinebrake authored Dec 17, 2024
1 parent e4c9c30 commit db133a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Get previous tag
PREVIOUS_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
PREVIOUS_TAG=$(git tag --sort=-version:refname | head -n 1)
echo "Previous tag: $PREVIOUS_TAG"
NEW_VERSION="${{ needs.version-bump.outputs.NEW_VERSION }}"
# Generate release notes using GitHub API
Expand Down

0 comments on commit db133a0

Please sign in to comment.