Skip to content

Commit

Permalink
ci: fix main yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Mar 28, 2024
1 parent aae1e0f commit 61d4cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
chmod +x ./get_changelog.sh
CHANGELOG="$(./get_changelog.sh $VERSION)"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "changelog=$(printf '%q' "$CHANGELOG")" >> $GITHUB_OUTPUT
echo "changelog="$(printf '%q' "$CHANGELOG")" >> $GITHUB_OUTPUT
# Remove old release drafts by using the curl request for the available releases with a draft flag
Expand Down

0 comments on commit 61d4cac

Please sign in to comment.