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

Commit fd4bacb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_package.yml

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

7979
# Push repository changes
8080
- name: Push changes to repository

0 commit comments

Comments
 (0)