@@ -127,17 +127,17 @@ jobs:
127127 - name : Publish - Bindings - Linux x64
128128 if : ${{ inputs.publish }}
129129 working-directory : bindings/pkgs/@duckdb/node-bindings-linux-x64
130- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
130+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
131131
132132 - name : Publish - Bindings
133133 if : ${{ inputs.publish }}
134134 working-directory : bindings/pkgs/@duckdb/node-bindings
135- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
135+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
136136
137137 - name : Publish - API
138138 if : ${{ inputs.publish }}
139139 working-directory : api/pkgs/@duckdb/node-api
140- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
140+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
141141
142142 linux_arm64 :
143143 name : Linux arm64
@@ -183,7 +183,7 @@ jobs:
183183 - name : Publish - Bindings - Linux arm64
184184 if : ${{ inputs.publish }}
185185 working-directory : bindings/pkgs/@duckdb/node-bindings-linux-arm64
186- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
186+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
187187
188188 macos_arm64 :
189189 name : Mac OS X arm64
@@ -229,7 +229,7 @@ jobs:
229229 - name : Publish - Bindings - Darwin arm64
230230 if : ${{ inputs.publish }}
231231 working-directory : bindings/pkgs/@duckdb/node-bindings-darwin-arm64
232- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
232+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
233233
234234 macos_x64 :
235235 name : Mac OS X x64
@@ -275,7 +275,7 @@ jobs:
275275 - name : Publish - Bindings - Darwin x64
276276 if : ${{ inputs.publish }}
277277 working-directory : bindings/pkgs/@duckdb/node-bindings-darwin-x64
278- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
278+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
279279
280280 windows_x64 :
281281 name : Windows x64
@@ -321,4 +321,4 @@ jobs:
321321 - name : Publish - Bindings - Win32 x64
322322 if : ${{ inputs.publish }}
323323 working-directory : bindings/pkgs/@duckdb/node-bindings-win32-x64
324- run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public
324+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }} --access public --tag latest
0 commit comments