Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
francosang committed Feb 20, 2024
1 parent 30e52d0 commit 5177b32
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run: npm clean-install
- run: npm run lint
- run: npm run build
- run: git add dist/
- run: git commit -m "Release $TAG"
- run: git push
- run: |
git config --local user.email "[email protected]"
git config --local user.name "Auto Release Bot"
git add dist/
git commit -m "Release $TAG"
git push

0 comments on commit 5177b32

Please sign in to comment.