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 cd54470 commit 4725b7aCopy full SHA for 4725b7a
2 files changed
.github/workflows/release-binaries.yml
@@ -25,9 +25,6 @@ jobs:
25
- target: darwin-arm64
26
runner: macos-latest
27
28
- - target: darwin-x64
29
- runner: macos-latest
30
-
31
- target: linux-x64
32
runner: ubuntu-latest
33
@@ -152,7 +149,7 @@ jobs:
152
149
fi
153
150
154
151
- name: Build package tarball
155
- wogsrking-directory: node_version
+ working-directory: node_version
156
run: npm pack
157
158
- name: Verify package contains native binaries
explain_this_repo/_version.py
@@ -1 +1 @@
1
-VERSION = "0.26.1"
+VERSION = "0.26.3"
0 commit comments