Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yayacat committed Aug 6, 2024
1 parent a886f67 commit 5c71b09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Restore dependencies
run: npm i
- name: Build
run: npm run dist
run: npm run build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Restore dependencies
run: npm i
- name: Build
run: npm run dist
run: npm run build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Restore dependencies
run: npm i
- name: Build
run: npm run dist
run: npm run build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
Expand Down

0 comments on commit 5c71b09

Please sign in to comment.