Skip to content

Commit f16db3f

Browse files
committed
Fixed yaml
1 parent ec7c57a commit f16db3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm publish --workspaces --access public
5353
env:
5454
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
55-
name: Setup GitHub CI Node.js environment
55+
- name: Setup GitHub CI Node.js environment
5656
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
5757
uses: actions/setup-node@v2
5858
with:

0 commit comments

Comments
 (0)