Skip to content

Commit a8c3789

Browse files
committed
For test
1 parent 4bc1b11 commit a8c3789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
run: |
126126
latest_release_tag=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
127127
| jq -r 'sort_by(.created_at) | last(.[]).tag_name')
128+
128129
release_notes=$(curl -s \
129130
-X POST \
130131
-H "Accept: application/vnd.github+json" \
@@ -135,6 +136,7 @@ jobs:
135136
\"tag_name\": \"${{ github.ref_name }}\",
136137
\"previous_tag_name\": \"$latest_release_tag\"
137138
}" | jq -r '.body')
139+
138140
curl -L \
139141
-X POST \
140142
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)