We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18490a3 commit 28ef753Copy full SHA for 28ef753
.github/workflows/dist.yml
@@ -125,7 +125,6 @@ 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" \
@@ -136,7 +135,6 @@ jobs:
136
135
\"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