Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from kyxyes/update
Browse files Browse the repository at this point in the history
fix: update workflow
  • Loading branch information
kyxyes authored Mar 7, 2023
2 parents fce24da + 9abb874 commit e700ec9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install and Build
run: npm ci && \
npm run build
- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e700ec9

Please sign in to comment.