Skip to content

Commit 58154f2

Browse files
author
mcha
committed
fix(actions): spaces
1 parent c83929e commit 58154f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- run: npm ci
4343
- run: npm run semantic-release
4444
env:
45-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
46-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
45+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)