Skip to content

Commit

Permalink
Fixed releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 8, 2024
1 parent a4c329b commit 6f232bd
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 @@ -29,7 +29,7 @@ jobs:
- name: Generate the changelog and get the release hint
id: generate-changelog
run: |
RELEASE_KIND=$(generate-changelog --output release-hint)
RELEASE_KIND=$(uv run generate-changelog --output release-hint)
echo "::notice::Suggested release type for this branch is: ${RELEASE_KIND}"
echo "RELEASE_KIND=$RELEASE_KIND" >> $GITHUB_ENV
echo "release-kind=$RELEASE_KIND" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6f232bd

Please sign in to comment.