Skip to content

Commit 8676f8d

Browse files
Merge pull request #6 from databrainhq/revert-3-databrain
Revert "fix: remove name"
2 parents c974cb0 + 843065e commit 8676f8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,19 @@ jobs:
115115
if: ${{ inputs.publish }}
116116
run: git status
117117

118+
- name: Publish - Bindings - Linux x64
118119
- uses: JS-DevTools/npm-publish@v2
119120
with:
120121
token: ${{ secrets.DUCKDB_NPM_TOKEN }}
121122
package: bindings/pkgs/@databrainhq/node-bindings-linux-x64
122123

124+
- name: Publish - Bindings
123125
- uses: JS-DevTools/npm-publish@v2
124126
with:
125127
token: ${{ secrets.DUCKDB_NPM_TOKEN }}
126128
package: bindings/pkgs/@databrainhq/node-bindings
127129

130+
- name: Publish - API
128131
- uses: JS-DevTools/npm-publish@v2
129132
with:
130133
token: ${{ secrets.DUCKDB_NPM_TOKEN }}

0 commit comments

Comments
 (0)