Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit b441e24

Browse files
committed
Fix release package workflow.
1 parent b0714e9 commit b441e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
# Publish version to public repository
7474
- name: Publish
75-
run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
75+
run: yarn npm publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
7676
env:
7777
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
7878

0 commit comments

Comments
 (0)