File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 echo "Error: This workflow should only run on version tags (refs/tags/v*)"
2020 exit 1
21- - name : Check latest versions
22- run : ./check-latest-versions.sh
21+ # TODO enable this back
22+ # - name: Check latest versions
23+ # run: ./check-latest-versions.sh
2324 build :
2425 permissions :
2526 contents : read
8990 if : startsWith(github.ref, 'refs/tags/v')
9091 uses : ncipollo/release-action@v1
9192 with :
92- artifacts : " dist/*.tgz "
93+ artifacts : " dist/*.tar.gz "
9394 bodyFile : release-notes.md
9495 draft : true
Original file line number Diff line number Diff line change 77 "repository" : {
88 "type" : " git" ,
99 "url" : " git+https://github.com/lovell/sharp-libvips.git" ,
10- "directory" : " npm/linux-x64"
10+ "directory" : " npm/linux-sse2- x64"
1111 },
1212 "license" : " LGPL-3.0-or-later" ,
1313 "funding" : {
You can’t perform that action at this time.
0 commit comments