Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit f3d0f2d

Browse files
committed
fix: workflow file indention was broken
1 parent 540684b commit f3d0f2d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/publish.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ jobs:
3838
GH_TOKEN: ${{secrets.GH_TOKEN}}
3939
CI: true
4040

41-
build-and-publish-npm:
42-
needs: build-and-publish-gpr
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v1
46-
with:
47-
fetch-depth: 1
48-
- uses: actions/setup-node@v1
49-
with:
50-
node-version: 12
51-
registry-url: https://registry.npmjs.org/
52-
- run: yarn
53-
- run: yarn build
54-
- run: yarn semantic-release
55-
env:
56-
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
57-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
58-
GH_TOKEN: ${{secrets.GH_TOKEN}}
41+
build-and-publish-npm:
42+
needs: build-and-publish-gpr
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v1
46+
with:
47+
fetch-depth: 1
48+
- uses: actions/setup-node@v1
49+
with:
50+
node-version: 12
51+
registry-url: https://registry.npmjs.org/
52+
- run: yarn
53+
- run: yarn build
54+
- run: yarn semantic-release
55+
env:
56+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
57+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
58+
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)