Skip to content

Commit f4c4dc1

Browse files
authored
ci: Fix publish workflow yaml (feast-dev#2497)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent bf23111 commit f4c4dc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ jobs:
210210
steps:
211211
- uses: actions/checkout@v2
212212
- uses: actions/setup-node@v2
213-
with:
214-
node-version: '17.x'
215-
registry-url: 'https://registry.npmjs.org'
213+
with:
214+
node-version: '17.x'
215+
registry-url: 'https://registry.npmjs.org'
216216
- name: Install yarn dependencies
217217
working-directory: ./ui
218218
run: yarn install

0 commit comments

Comments
 (0)