Skip to content

Commit 352ac15

Browse files
committed
ci: fix publish step
1 parent 42ae4d7 commit 352ac15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
with:
139139
artifact-ids: ${{ needs.build.outputs.art-id }}
140140
path: dist/
141+
merge-multiple: true
141142

142143
- name: Publish
143144
run: npm publish --provenance --access public

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solvro/utils",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Small environment-agnostic TS utilities",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)