Skip to content

Commit 33fa8e8

Browse files
committed
ci: Fix ci yaml
1 parent b311880 commit 33fa8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
with:
3030
node-version: 12
3131
registry-url: https://registry.npmjs.org/
32-
- run: |
33-
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
34-
npx semantic-release
32+
- run: |
33+
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
34+
npx semantic-release
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)