Skip to content

Commit d1fca25

Browse files
author
Jonathan Greene
committed
fixed spacing
1 parent 2190304 commit d1fca25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
needs: build
3434
runs-on: ubuntu-latest
3535
steps:
36-
- name: checkout code
36+
- name: checkout code
3737
uses: actions/checkout@v2
3838

3939
- name: configure node
@@ -46,7 +46,7 @@ jobs:
4646
run: yarn install --frozenLockfile
4747
env:
4848
PIX_UI_NPM_TOKEN: ${{ secrets.PIX_UI_NPM_TOKEN }}
49-
49+
5050
- run: npm publish
5151
env:
5252
NODE_AUTH_TOKEN: ${{ secrets.PIX_UI_NPM_TOKEN }}

0 commit comments

Comments
 (0)