Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 16, 2024
1 parent 34015f9 commit 18bd741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-go-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "LAST_TAG_VERSION=${LAST_TAG_VERSION}" >> "$GITHUB_ENV"
# Get the commits between the last tag and the current tag that are in the directory scope
COMMITS=$(git log "$LAST_TAG..$PACKAGE_NAME/$VERSION" -- "$TAG_REF" --pretty=format:"- %s (%h)")
COMMITS=$(git log "$LAST_TAG..$PACKAGE_NAME/$VERSION" -- "$PACKAGE_NAME" --pretty=format:"- %s (%h)")
# Output the release notes
echo "Commits:"
Expand Down

0 comments on commit 18bd741

Please sign in to comment.