We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc1b11 commit a8c3789Copy full SHA for a8c3789
.github/workflows/dist.yml
@@ -125,6 +125,7 @@ jobs:
125
run: |
126
latest_release_tag=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
127
| jq -r 'sort_by(.created_at) | last(.[]).tag_name')
128
+
129
release_notes=$(curl -s \
130
-X POST \
131
-H "Accept: application/vnd.github+json" \
@@ -135,6 +136,7 @@ jobs:
135
136
\"tag_name\": \"${{ github.ref_name }}\",
137
\"previous_tag_name\": \"$latest_release_tag\"
138
}" | jq -r '.body')
139
140
curl -L \
141
142
0 commit comments