Skip to content

Commit

Permalink
fix: [notify] output not set correctly (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckslovez authored Jun 10, 2024
1 parent 0841ec8 commit 328e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if [[ $PKG_COUNT -gt 0 ]]
then
gh release edit $TAG --draft=false --prerelease=false --title "Release $PR_NUMBER"
echo "is_release=true"
echo "is_release=true" >> $GITHUB_OUTPUT
fi
notify:
Expand Down

0 comments on commit 328e844

Please sign in to comment.