Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit9d0cbbf

Browse files
committed
ci: use shell script instead of epeli/npm-release
1 parent103674e commit9d0cbbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
-name:Install dependencies
1515
run:yarn
1616
-name:Publish to npm
17-
uses:epeli/npm-release@v1
18-
with:
19-
type:stable
20-
token:${{ secrets.NPM_TOKEN }}
17+
run:npm publish --access=public
18+
env:
19+
NODE_AUTH_TOKEN:${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp