Skip to content

Commit

Permalink
update: file
Browse files Browse the repository at this point in the history
  • Loading branch information
Changbaiqi committed Nov 29, 2024
1 parent 83a91fb commit 9dbf2cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: set_release_notes
run: |
echo 'RELEASE_NOTES<<EOF' >> $GITHUB_ENV
cat ./release_notes.md >> $GITHUB_ENV
cat ./file.txt >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Display the release notes
Expand Down
1 change: 1 addition & 0 deletions file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
测试
2 changes: 1 addition & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 更新内容
- [🧑‍🔧] 学习公社部分BUG
- [👏] 项目规范化迁移
- [👏] 项目规范化迁移

0 comments on commit 9dbf2cc

Please sign in to comment.