Skip to content

Commit c773a58

Browse files
committed
chore: turn v checking back again
1 parent 012a652 commit c773a58

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
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
@@ -89,6 +90,6 @@ jobs:
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

npm/linux-sse2-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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": {

0 commit comments

Comments
 (0)