Skip to content

Commit

Permalink
Merge pull request #6 from AI-Champions/ci-for-releasing
Browse files Browse the repository at this point in the history
Ci for releasing
  • Loading branch information
darielnoel authored Jul 16, 2024
2 parents 60192f0 + 4bd7b15 commit ded4bab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,17 @@ jobs:
node-version: '18'
registry-url: 'https://registry.npmjs.org/'

- name: Reset local changes
run: |
git fetch origin main
git reset --hard origin/main
git clean -fdx
- name: Configure git user
run: |
git config user.name "Dariel Noel"
git config user.email "darielnoel@gmail.com"
- name: Install dependencies
run: npm install --also=dev

Expand Down

0 comments on commit ded4bab

Please sign in to comment.