Skip to content

Commit a6a369f

Browse files
committed
ci(publish): update some syntax errors
1 parent 2e343af commit a6a369f

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check Out Repository
13-
- uses: actions/checkout@v4
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Node
1616
uses: actions/setup-node@v4
@@ -19,9 +19,9 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install dependencies 📦
22-
- run: npm ci
22+
run: npm ci
2323

2424
- name: Publish to npmjs
25-
- run: npm publish --access public
25+
run: npm publish --access public
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)