Skip to content

Commit

Permalink
fix: ci errors (#59)
Browse files Browse the repository at this point in the history
* build: update dist

* build: optimize build  script

* fix: ci errors

---------

Co-authored-by: darwin.apolinario <[email protected]>
  • Loading branch information
darwin808 and darwin.apolinario authored May 13, 2024
1 parent c8212ec commit 9b99d40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
git config user.email "[email protected]"
git config user.name "$GITHUB_ACTOR"
- name: Install Dependencies
run: npm install --force --prefer-offline --no-audit

- name: "Automated Version Bump"
run: npm version patch

Expand Down

0 comments on commit 9b99d40

Please sign in to comment.