Skip to content

Commit 8737cc4

Browse files
authored
chore: Correcting action indentation
1 parent 26570f4 commit 8737cc4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
needs: test
3131
if: github.ref == 'refs/heads/master' #publish only when merged in master, not on PR
3232
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v2
35-
with:
36-
fetch-depth: 1
37-
- uses: actions/setup-node@v1
38-
with:
39-
node-version: 12
40-
registry-url: https://registry.npmjs.org/
41-
- run: npx semantic-release@17
42-
env:
43-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
44-
GH_TOKEN: ${{secrets.GH_TOKEN}}
45-
33+
steps:
34+
- uses: actions/checkout@v2
35+
with:
36+
fetch-depth: 1
37+
- uses: actions/setup-node@v1
38+
with:
39+
node-version: 12
40+
registry-url: https://registry.npmjs.org/
41+
- run: npx semantic-release@17
42+
env:
43+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
44+
GH_TOKEN: ${{secrets.GH_TOKEN}}
45+

0 commit comments

Comments
 (0)