Skip to content

Commit 2645841

Browse files
authored
Merge pull request #174 from rsksmart/fix-npm_upload
Add missing flag
2 parents 084bcfd + 86e4b7b commit 2645841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "Version $PACKAGE_VERSION of $PACKAGE_NAME is not published. Proceeding with publishing..."
9797
9898
- name: Upload package
99-
run: npm publish
99+
run: npm publish --tag $PACKAGE_VERSION
100100

101101
- name: Post upload validation
102102
id: unpack

0 commit comments

Comments
 (0)