Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed May 15, 2024
2 parents 2428990 + 180da0d commit 46d8269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 20
- name: install dependencies
run: npm ci
run: npm install
- name: build
run: npm run make

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 20
- name: install dependencies
run: npm ci
run: npm install
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 46d8269

Please # to comment.