Skip to content

Commit 22d019f

Browse files
committed
Update: workflow
1 parent 1790df1 commit 22d019f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: setup node
15-
- uses: actions/setup-node@v3
15+
uses: actions/setup-node@v3
1616
with:
1717
node-version: "16"
1818
- name: install dependencies
19-
- run: npm install
19+
run: npm install
2020
- name: publish
21-
- run: npm run publish
21+
run: npm run publish
2222

2323
env:
2424
client_id: ${{ secrets.CLIENT_ID }}

0 commit comments

Comments
 (0)