Skip to content

Commit c434e4c

Browse files
committed
ci: try with npm publish directly
1 parent a8ef863 commit c434e4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build dist files
2525
run: yarn run build
2626
- name: Publish
27-
run: yarn npm publish
27+
run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deltablot/dropzone",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Handles drag and drop of files for you.",
55
"keywords": [
66
"dragndrop",

0 commit comments

Comments
 (0)