Skip to content

Commit d5ab905

Browse files
format document
1 parent 8f2a26b commit d5ab905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- run: yarn install
2020
- uses: JS-DevTools/npm-publish@v1
2121
with:
22-
tag: ${{ contains(github.ref_name,'beta') && 'beta' || 'latest' }}
23-
token: ${{ secrets.NPM_TOKEN }}
22+
tag: ${{ contains(github.ref_name,'beta') && 'beta' || 'latest' }}
23+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)