Skip to content

Commit

Permalink
fix: add release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
autero1 committed Feb 23, 2024
1 parent cad37c7 commit c53f921
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Remove old lib
run: |
rm -Rf ./lib
mkdir ./lib
- name: Install Dependencies
run: npm ci
- name: Build Project
Expand All @@ -28,8 +32,6 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
rm -Rf ./lib
mkdir ./lib
git add ./lib/index.js
git commit -m "chore(release): Add build assets"
- uses: google-github-actions/release-please-action@v4
Expand Down

0 comments on commit c53f921

Please sign in to comment.