Skip to content

Commit

Permalink
fix(ci): trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmithcompsci committed Oct 29, 2024
1 parent f4ff3ee commit 104065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/untagged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Extract the next version and changelog notes from the output
NEW_VERSION=$(echo $NEXT_RELEASE | jq -r '.version')
CHANGELOG=$(echo $NEXT_RELEASE | jq -r '.notes')
# Update the Changelog to handle the new lines.
CHANGELOG_NEWLINES=$(echo -e "$CHANGELOG")
Expand Down

0 comments on commit 104065a

Please sign in to comment.