Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Oct 21, 2024
1 parent b06058b commit 7996ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: npm ci
- name: Build tools
id: build_tools
run: npm build
run: npm run build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm ci
- name: Build tools
id: build_tools
run: npm build
run: npm run build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7996ec9

Please sign in to comment.