Skip to content

Commit 30adf8a

Browse files
committed
fix: code formating
1 parent c4eb76f commit 30adf8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm ci
3232
- run: npm publish --access public
3333
env:
34-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34+
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
3535
- run: git push
36-
env:
37-
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
env:
37+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)