Skip to content

Commit

Permalink
Update is stable check
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Mar 16, 2021
1 parent fb3b65e commit 3572ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
NOTES: "${{ steps.body.outputs.result }}"
run: |
echo "$NOTES" | python -m logchange format > /tmp/notes
if [[ "${IS_STABLE}" == "" ]]; then
if [[ "${IS_STABLE}" == "true" ]]; then
python -m logchange set unreleased -i ""
cat /tmp/notes | python -m logchange add "${VERSION}"
else
Expand Down

0 comments on commit 3572ff2

Please sign in to comment.