Skip to content

Commit

Permalink
ci: action unexpected EOF while looking for matching (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored May 15, 2024
1 parent a61d64c commit 303e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: After changesets
run: |
echo "::debug::Event release ${{toJson(github.event.release)}}"
echo '::debug::Event release ${{toJson(github.event.release)}}'
exit 0
# 暂时关闭 DingTalk Release Notify,待解决问题:Release Notify action 获取 Latest Release 是上一个版本问题
# - name: DingTalk Release Notify
Expand Down

0 comments on commit 303e044

Please sign in to comment.