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 c974cb0 commit 843065eCopy full SHA for 843065e
.github/workflows/DuckDBNodeBindingsAndAPI.yml
@@ -115,16 +115,19 @@ jobs:
115
if: ${{ inputs.publish }}
116
run: git status
117
118
+ - name: Publish - Bindings - Linux x64
119
- uses: JS-DevTools/npm-publish@v2
120
with:
121
token: ${{ secrets.DUCKDB_NPM_TOKEN }}
122
package: bindings/pkgs/@databrainhq/node-bindings-linux-x64
123
124
+ - name: Publish - Bindings
125
126
127
128
package: bindings/pkgs/@databrainhq/node-bindings
129
130
+ - name: Publish - API
131
132
133
0 commit comments