fix(ci): Fix Gitea workflow publish invocation to run npm publish via npmci command

This commit is contained in:
2025-10-25 17:16:01 +00:00
parent 629f6dd425
commit 3996a69f91
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrequest',
version: '4.3.3',
version: '4.3.4',
description: 'A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.'
}