Skip to content

Commit

Permalink
ci: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Mar 27, 2024
1 parent ea412ca commit 21d63c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
chmod +x ./get_changelog.sh
CHANGELOG="$(./get_changelog.sh $VERSION)"
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
echo "changelog<<EOF" >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
# Remove old release drafts by using the curl request for the available releases with a draft flag
- name: Remove Old Release Drafts
Expand Down

0 comments on commit 21d63c8

Please sign in to comment.