Skip to content

Commit 28ef753

Browse files
committed
Remove empty lines
1 parent 18490a3 commit 28ef753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dist.yml

-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ 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-
129128
release_notes=$(curl -s \
130129
-X POST \
131130
-H "Accept: application/vnd.github+json" \
@@ -136,7 +135,6 @@ jobs:
136135
\"tag_name\": \"${{ github.ref_name }}\",
137136
\"previous_tag_name\": \"$latest_release_tag\"
138137
}" | jq -r '.body')
139-
140138
curl -L \
141139
-X POST \
142140
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)