Skip to content

Commit 44ca33a

Browse files
authored
Merge pull request #176 from rsksmart/fix-npm_upload-3
tag package manually, add verbosity to the upload
2 parents 0cba193 + bd3a3ae commit 44ca33a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,11 @@ jobs:
9595
9696
echo "Version $PACKAGE_VERSION of $PACKAGE_NAME is not published. Proceeding with publishing..."
9797
98+
- name: Tag package
99+
run: npm version $PACKAGE_VERSION
100+
98101
- name: Upload package
99-
run: npm publish --tag=$PACKAGE_VERSION
102+
run: npm publish --verbose
100103

101104
- name: Post upload validation
102105
id: unpack

0 commit comments

Comments
 (0)